vector-inspector 0.2.2__py3-none-any.whl → 0.2.3__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.
- {vector_inspector-0.2.2.dist-info → vector_inspector-0.2.3.dist-info}/METADATA +30 -12
- {vector_inspector-0.2.2.dist-info → vector_inspector-0.2.3.dist-info}/RECORD +4 -4
- {vector_inspector-0.2.2.dist-info → vector_inspector-0.2.3.dist-info}/WHEEL +0 -0
- {vector_inspector-0.2.2.dist-info → vector_inspector-0.2.3.dist-info}/entry_points.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: vector-inspector
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.3
|
|
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://
|
|
7
|
+
Project-URL: Homepage, https://vector-inspector.divinedevops.com
|
|
8
8
|
Project-URL: Source, https://github.com/anthony-dawson/vector-inspector
|
|
9
9
|
Project-URL: Issues, https://github.com/anthony-dawson/vector-inspector/issues
|
|
10
10
|
Project-URL: Documentation, https://github.com/anthony-dawson/vector-inspector#readme
|
|
@@ -21,9 +21,13 @@ Requires-Dist: plotly>=5.18.0
|
|
|
21
21
|
Requires-Dist: sentence-transformers>=2.2.0
|
|
22
22
|
Requires-Dist: fastembed>=0.7.4
|
|
23
23
|
Requires-Dist: pyarrow>=14.0.0
|
|
24
|
+
Requires-Dist: pinecone>=8.0.0
|
|
24
25
|
Description-Content-Type: text/markdown
|
|
25
26
|
|
|
27
|
+
|
|
26
28
|
# Vector Inspector
|
|
29
|
+

|
|
30
|
+
[](https://pepy.tech/projects/vector-inspector)
|
|
27
31
|
|
|
28
32
|
|
|
29
33
|
A comprehensive desktop application for visualizing, querying, and managing vector database data. Similar to SQL database viewers, Vector Inspector provides an intuitive GUI for exploring vector embeddings, metadata, and performing similarity searches across multiple vector database providers.
|
|
@@ -137,9 +141,13 @@ For detailed architecture information, see [docs/architecture.md](docs/architect
|
|
|
137
141
|
|
|
138
142
|
## Feature Access
|
|
139
143
|
|
|
140
|
-
Vector Inspector
|
|
144
|
+
Vector Inspector follows a user-friendly monetization model:
|
|
145
|
+
|
|
146
|
+
- **All vector database providers are free** — Try the full app with any database
|
|
147
|
+
- **Core workflows remain free** — Connect, browse, search, visualize, and manage your data
|
|
148
|
+
- **Pro adds power tools** — Advanced analytics, enterprise formats, workflow automation, and collaboration
|
|
141
149
|
|
|
142
|
-
See [FEATURES.md](FEATURES.md) for a
|
|
150
|
+
**Nothing currently in Free will ever move to Pro.** See [FEATURES.md](FEATURES.md) for a detailed comparison.
|
|
143
151
|
|
|
144
152
|
## Roadmap
|
|
145
153
|
|
|
@@ -147,6 +155,7 @@ See [FEATURES.md](FEATURES.md) for a complete feature comparison.
|
|
|
147
155
|
|
|
148
156
|
See [ROADMAP.md](ROADMAP.md) for the complete development roadmap and planned features.
|
|
149
157
|
|
|
158
|
+
|
|
150
159
|
## Installation
|
|
151
160
|
|
|
152
161
|
### From PyPI (Recommended)
|
|
@@ -156,6 +165,22 @@ pip install vector-inspector
|
|
|
156
165
|
vector-inspector
|
|
157
166
|
```
|
|
158
167
|
|
|
168
|
+
### From a Downloaded Wheel or Tarball (e.g., GitHub Release)
|
|
169
|
+
|
|
170
|
+
Download the `.whl` or `.tar.gz` file from the [GitHub Releases](https://github.com/anthonypdawson/vector-inspector/releases) page, then install with:
|
|
171
|
+
|
|
172
|
+
```bash
|
|
173
|
+
pip install <your-filename.whl>
|
|
174
|
+
# or
|
|
175
|
+
pip install <your-filename.tar.gz>
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
After installation, run the application with:
|
|
179
|
+
|
|
180
|
+
```bash
|
|
181
|
+
vector-inspector
|
|
182
|
+
```
|
|
183
|
+
|
|
159
184
|
### From Source
|
|
160
185
|
|
|
161
186
|
```bash
|
|
@@ -234,15 +259,8 @@ This project draws inspiration from:
|
|
|
234
259
|
|
|
235
260
|
---
|
|
236
261
|
|
|
237
|
-
**Status**: ✅ Phase 2 Complete - Advanced Features Implemented!
|
|
238
262
|
|
|
239
|
-
|
|
240
|
-
- 🔍 Advanced metadata filtering with customizable filter rules (AND/OR logic)
|
|
241
|
-
- ✏️ Double-click to edit items directly in the data browser
|
|
242
|
-
- 📥 Import data from CSV, JSON, and Parquet files
|
|
243
|
-
- 📤 Export filtered data to CSV, JSON, and Parquet formats
|
|
244
|
-
- 💾 Comprehensive backup and restore system for collections
|
|
245
|
-
- 🔄 Metadata filters integrated with search for powerful queries
|
|
263
|
+
See [CHANGELOG.md](CHANGELOG.md) for the latest status and what's new in each release.
|
|
246
264
|
|
|
247
265
|
See [GETTING_STARTED.md](GETTING_STARTED.md) for usage instructions and [IMPLEMENTATION_SUMMARY.md](IMPLEMENTATION_SUMMARY.md) for technical details.
|
|
248
266
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
vector_inspector-0.2.
|
|
2
|
-
vector_inspector-0.2.
|
|
3
|
-
vector_inspector-0.2.
|
|
1
|
+
vector_inspector-0.2.3.dist-info/METADATA,sha256=l_D2Z-QyHHaxIhHUWO-iIocIlkLWbB8IiYytYU86l_k,9384
|
|
2
|
+
vector_inspector-0.2.3.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
|
|
3
|
+
vector_inspector-0.2.3.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
|
|
@@ -29,4 +29,4 @@ vector_inspector/ui/views/connection_view.py,sha256=5TL28JMfb0W42eUDDNbj6bIaj6m7
|
|
|
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.
|
|
32
|
+
vector_inspector-0.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|