Metadata-Version: 2.1
Name: hip_vector_store
Version: 0.1.8
Summary: Common Python utilities for Hipages ML services; Vector store
License: MIT
Author: Shuming Peh
Author-email: shuming.peh@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: databricks-vectorsearch (==0.56)
Requires-Dist: gevent (>=24.11.1,<25.0.0)
Requires-Dist: hip-data-ml-utils (>=1.4.4,<2.0.0)
Requires-Dist: joblib (==1.2.0)
Requires-Dist: loguru (==0.7.0)
Requires-Dist: pendulum (==3.0.0)
Requires-Dist: polling (==0.3.2)
Requires-Dist: pydantic (>=2.11.3,<3.0.0)
Requires-Dist: pydantic-settings (>=2.9.1,<3.0.0)
Requires-Dist: python-dotenv (==1.0.0)
Requires-Dist: tenacity (==9.0.0)
Requires-Dist: zipp (>=3.21.0,<4.0.0)
Description-Content-Type: text/markdown

# Vector store
Creation of vector index and tables, and retrieval of vector indexes

