Metadata-Version: 2.1
Name: vecsim
Version: 0.0.1
Home-page: https://github.com/argmaxml/vecsim
Author: ArgmaxML
Author-email: ugoren@argmax.ml
Keywords: vector-similarity,faiss,hnsw,redis,matching,ranking
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.21.2)
Requires-Dist: pandas (>=1.3.0)
Requires-Dist: scikit-learn (>=0.19.0)
Provides-Extra: faiss
Requires-Dist: faiss-cpu (>=1.7.1) ; extra == 'faiss'
Provides-Extra: hnsw
Requires-Dist: hnswlib (>=0.5.1) ; extra == 'hnsw'
Provides-Extra: postgres
Requires-Dist: psycopg2-binary (~=2.9.3) ; extra == 'postgres'
Requires-Dist: SQLAlchemy (~=1.3.22) ; extra == 'postgres'
Provides-Extra: redis
Requires-Dist: redis (>=4.3.0) ; extra == 'redis'
Provides-Extra: s3
Requires-Dist: smart-open[s3] (~=3.0.0) ; extra == 's3'

https://github.com/argmaxml/vecsim/blob/master/README.md
