vector-inspector 0.3.1__py3-none-any.whl → 0.3.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.
@@ -5,7 +5,7 @@ from typing import Optional, Dict, Any
5
5
  import traceback
6
6
  from PySide6.QtWidgets import (
7
7
  QWidget, QVBoxLayout, QHBoxLayout, QPushButton,
8
- QLabel, QComboBox, QSpinBox, QGroupBox, QMessageBox
8
+ QLabel, QComboBox, QSpinBox, QGroupBox, QMessageBox, QApplication
9
9
  )
10
10
  from PySide6.QtCore import Qt, QThread, Signal
11
11
  from PySide6.QtWebEngineWidgets import QWebEngineView
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vector-inspector
3
- Version: 0.3.1
3
+ Version: 0.3.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
@@ -31,7 +31,10 @@ Description-Content-Type: text/markdown
31
31
 
32
32
  > **Disclaimer:** This tool is currently under active development and is **not production ready**. Not all features have been thoroughly tested and code is released frequently. Use with caution in critical or production environments.
33
33
 
34
- ![PyPI](https://img.shields.io/pypi/v/vector-inspector)
34
+ [![CI](https://github.com/anthonypdawson/vector-inspector/actions/workflows/ci-tests.yml/badge.svg?branch=master)](https://github.com/anthonypdawson/vector-inspector/actions/workflows/ci-tests.yml)
35
+ [![Publish](https://github.com/anthonypdawson/vector-inspector/actions/workflows/publish.yml/badge.svg?branch=master)](https://github.com/anthonypdawson/vector-inspector/actions/workflows/publish.yml)
36
+
37
+ [![PyPI Version](https://img.shields.io/pypi/v/vector-inspector.svg?cacheSeconds=300)](https://pypi.org/project/vector-inspector/)
35
38
  [![PyPI Downloads](https://static.pepy.tech/personalized-badge/vector-inspector?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads)](https://pepy.tech/projects/vector-inspector)
36
39
 
37
40
 
@@ -62,8 +65,10 @@ Vector Inspector bridges the gap between vector databases and user-friendly data
62
65
  - Connect to vector databases:
63
66
  - ChromaDB (persistent local storage)
64
67
  - Qdrant (remote server or embedded local)
68
+ - Pinecone (cloud-hosted)
65
69
  - Unified interface regardless of backend provider
66
70
  - Automatically saves last connection configuration
71
+ - Secure API key storage for cloud providers
67
72
 
68
73
  ### 2. **Data Visualization**
69
74
  - **Metadata Explorer**: Browse and filter vector entries by metadata fields
@@ -1,6 +1,6 @@
1
- vector_inspector-0.3.1.dist-info/METADATA,sha256=VXsx5HkbOhkHfsjoZV29MYBh6s3hsdal-3l4ZAppN88,9684
2
- vector_inspector-0.3.1.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
3
- vector_inspector-0.3.1.dist-info/entry_points.txt,sha256=u96envMI2NFImZUJDFutiiWl7ZoHrrev9joAgtyvTxo,80
1
+ vector_inspector-0.3.2.dist-info/METADATA,sha256=kz8gjTnsg_1C32Djt2vuBOlMw0amQig093L8sBEBdFI,10232
2
+ vector_inspector-0.3.2.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
3
+ vector_inspector-0.3.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/config/__init__.py,sha256=vHkVsXSUdInsfzWSOLPZzaaELa3SGenAgfpY5EYbsYA,95
@@ -49,7 +49,7 @@ vector_inspector/ui/views/connection_view.py,sha256=bfVRvcS2gLVC6ESux3RcNhYEwFhx
49
49
  vector_inspector/ui/views/info_panel.py,sha256=fgxIjs5AlnyE0Ni5ZXWfrB3nb6O6w1rAOnMnW-akiBs,23848
50
50
  vector_inspector/ui/views/metadata_view.py,sha256=dIe7aH47xd6TBK2g-WogR2Ts0enHGeSAEUlu48sdTF8,30535
51
51
  vector_inspector/ui/views/search_view.py,sha256=Yrg7akY1vDgpWny-3Us6r1LQhd0QHB7fUvCZj1VpnA0,12522
52
- vector_inspector/ui/views/visualization_view.py,sha256=Z-oDwKSAxYx9yhln6pM00j9pWokjz5eYZMJ-Japg938,9841
52
+ vector_inspector/ui/views/visualization_view.py,sha256=xpGyyIeIkZ9DmZVO0S1w_NVGE-HY73Czg1lkUZIsL9I,9855
53
53
  vector_inspector/utils/__init__.py,sha256=jhHBQC8C8bfhNlf6CAt07ejjStp_YAyleaYr2dm0Dk0,38
54
54
  vector_inspector/utils/lazy_imports.py,sha256=2XZ3ZnwTvZ5vvrh36nJ_TUjwwkgjoAED6i6P9yctvt0,1211
55
- vector_inspector-0.3.1.dist-info/RECORD,,
55
+ vector_inspector-0.3.2.dist-info/RECORD,,