mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
efe6cfafe2
Support [Lantern](https://github.com/lanterndata/lantern) as a new VectorStore type. - Added Lantern as VectorStore. It will support 3 distance functions `l2 squared`, `cosine` and `hamming` and will use `HNSW` index. - Added tests - Added example notebook |
||
---|---|---|
.. | ||
redis | ||
__init__.py | ||
test_databricks_vector_search.py | ||
test_faiss.py | ||
test_imports.py | ||
test_neo4j.py | ||
test_pgvector.py | ||
test_public_api.py | ||
test_sklearn.py | ||
test_utils.py |