vector-inspector 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -282,7 +282,7 @@ class MainWindow(QMainWindow):
282
282
  "<h2>Vector Inspector 0.1.0</h2>"
283
283
  "<p>A comprehensive desktop application for visualizing, "
284
284
  "querying, and managing vector database data.</p>"
285
- '<p><a href="https://github.com/anthonypdawson/vector-viewer" style="color:#2980b9;">GitHub Project Page</a></p>'
285
+ '<p><a href="https://github.com/anthonypdawson/vector-inspector" style="color:#2980b9;">GitHub Project Page</a></p>'
286
286
  "<hr />"
287
287
  "<p>Built with PySide6 and ChromaDB</p>"
288
288
  )
@@ -1,9 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vector-inspector
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A comprehensive desktop application for visualizing, querying, and managing vector database data
5
5
  Author-Email: Anthony Dawson <anthonypdawson+github@gmail.com>
6
6
  License: MIT
7
+ Project-URL: Homepage, https://github.com/anthony-dawson/vector-inspector
8
+ Project-URL: Source, https://github.com/anthony-dawson/vector-inspector
9
+ Project-URL: Issues, https://github.com/anthony-dawson/vector-inspector/issues
10
+ Project-URL: Documentation, https://github.com/anthony-dawson/vector-inspector#readme
7
11
  Requires-Python: ==3.12.*
8
12
  Requires-Dist: chromadb>=0.4.22
9
13
  Requires-Dist: qdrant-client>=1.7.0
@@ -26,12 +30,13 @@ A comprehensive desktop application for visualizing, querying, and managing vect
26
30
 
27
31
  ## Overview
28
32
 
33
+ Vector Inspector bridges the gap between vector databases and user-friendly data exploration tools. While vector databases are powerful for semantic search and AI applications, they often lack the intuitive inspection and management tools that traditional SQL databases have. This project aims to provide that missing layer.
34
+
29
35
  ## Table of Contents
30
36
 
31
37
  - [Overview](#overview)
32
38
  - [Key Features](#key-features)
33
39
  - [Architecture](#architecture)
34
- - [Application Structure](#application-structure)
35
40
  - [Use Cases](#use-cases)
36
41
  - [Feature Access](#feature-access)
37
42
  - [Roadmap](#roadmap)
@@ -42,8 +47,6 @@ A comprehensive desktop application for visualizing, querying, and managing vect
42
47
  - [License](#license)
43
48
  - [Acknowledgments](#acknowledgments)
44
49
 
45
- Vector Inspector bridges the gap between vector databases and user-friendly data exploration tools. While vector databases are powerful for semantic search and AI applications, they often lack the intuitive inspection and management tools that traditional SQL databases have. This project aims to provide that missing layer.
46
-
47
50
  ## Key Features
48
51
 
49
52
  ### 1. **Multi-Provider Support**
@@ -157,8 +160,8 @@ vector-inspector
157
160
 
158
161
  ```bash
159
162
  # Clone the repository
160
- git clone https://github.com/anthonypdawson/vector-viewer.git
161
- cd vector-viewer
163
+ git clone https://github.com/anthonypdawson/vector-inspector.git
164
+ cd vector-inspector
162
165
 
163
166
  # Install dependencies using PDM
164
167
  pdm install
@@ -1,6 +1,6 @@
1
- vector_inspector-0.2.1.dist-info/METADATA,sha256=QqrDwhDHEWhC5-t2yWbplCVCxYc7Xk_qFwVrZMDKeSw,8659
2
- vector_inspector-0.2.1.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
3
- vector_inspector-0.2.1.dist-info/entry_points.txt,sha256=u96envMI2NFImZUJDFutiiWl7ZoHrrev9joAgtyvTxo,80
1
+ vector_inspector-0.2.2.dist-info/METADATA,sha256=WNWWn9t2UTMQyv2a531Z9ol-AZayujB6fFzBCZn4-u4,8926
2
+ vector_inspector-0.2.2.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
3
+ vector_inspector-0.2.2.dist-info/entry_points.txt,sha256=u96envMI2NFImZUJDFutiiWl7ZoHrrev9joAgtyvTxo,80
4
4
  vector_inspector/__init__.py,sha256=Q8XbXn98o0eliQWPePhy-aGUz2KNnVg7bQq-sBPl7zQ,119
5
5
  vector_inspector/__main__.py,sha256=Vdhw8YA1K3wPMlbJQYL5WqvRzAKVeZ16mZQFO9VRmCo,62
6
6
  vector_inspector/core/__init__.py,sha256=hjOqiJwF1P0rXjiOKhK4qDTvBY7G3m4kq8taH-gKrFM,57
@@ -22,11 +22,11 @@ vector_inspector/ui/components/backup_restore_dialog.py,sha256=CrZ2u8vXzggv3aBkY
22
22
  vector_inspector/ui/components/filter_builder.py,sha256=NSR_hp-rzUZVAca6dIJhTxZA3igOKFM1g-YXiYPhFos,13360
23
23
  vector_inspector/ui/components/item_dialog.py,sha256=VMwehEjQ6xrdxWygR9J-hHsLfzOVb_E3ePUGYO_c7XA,3951
24
24
  vector_inspector/ui/components/loading_dialog.py,sha256=YEKYGU-R-Zz4CjXSArJtkNxgTy4O9hI5Bbt6qlIzD8U,1018
25
- vector_inspector/ui/main_window.py,sha256=7_SOn7DaO9ZzzNXNQ5G3C8TcOVFYWZwK2zPahiv1COc,11351
25
+ vector_inspector/ui/main_window.py,sha256=zHL7V_0pxyL_Bw2421GOJ-2X1jNphQdhwTX9s8m3WPY,11354
26
26
  vector_inspector/ui/views/__init__.py,sha256=FeMtVzSbVFBMjdwLQSQqD0FRW4ieJ4ZKXtTBci2e_bw,30
27
27
  vector_inspector/ui/views/collection_browser.py,sha256=oG9_YGPoVuMs-f_zSd4EcITmEU9caxvwuubsFUrNf-c,3991
28
28
  vector_inspector/ui/views/connection_view.py,sha256=5TL28JMfb0W42eUDDNbj6bIaj6m7WpalpdUEcd37qmM,16903
29
29
  vector_inspector/ui/views/metadata_view.py,sha256=1prg0ZFkPbA2PxUzr5Z-WlW8nTXa-_WSNlLIU-RTLME,21286
30
30
  vector_inspector/ui/views/search_view.py,sha256=p6vt2heSpEbiRge46VSedTZjg7i3-AWdS0f96JXzlEU,10527
31
31
  vector_inspector/ui/views/visualization_view.py,sha256=389lKOOqz4_7I-pUIIu86ZbA2ttq8Tuwflbb5W-W4g0,9038
32
- vector_inspector-0.2.1.dist-info/RECORD,,
32
+ vector_inspector-0.2.2.dist-info/RECORD,,