Metadata-Version: 2.1
Name: sm_vector_store
Version: 0.1.0
Summary: Common Python utilities for ML services; Vector store
License: MIT
Author: Shuming Peh
Author-email: shuming.peh@gmail.com
Requires-Python: >=3.12,<3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: databricks-vectorsearch (==0.67)
Requires-Dist: joblib (==1.3.2)
Requires-Dist: loguru (==0.7.3)
Requires-Dist: pendulum (==3.2.0)
Requires-Dist: polling (==0.3.2)
Requires-Dist: python-dotenv (==1.2.2)
Requires-Dist: sm-data-ml-utils (>=1.0.8,<2.0.0)
Requires-Dist: tenacity (==9.0.0)
Description-Content-Type: text/markdown

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

