Metadata-Version: 2.1
Name: hip_vector_store
Version: 0.1.4
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.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: databricks-vectorsearch (==0.56)
Requires-Dist: gevent (>=24.11.1,<25.0.0)
Requires-Dist: hip-data-ml-utils (>=1.3.7,<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 (==1.10.18)
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

