mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-23 11:30:37 +00:00
community: Added Lantern as VectorStore (#12951)
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
This commit is contained in:
@@ -1250,5 +1250,6 @@ def test_compatible_vectorstore_documentation() -> None:
|
||||
"VespaStore",
|
||||
"Weaviate",
|
||||
"ZepVectorStore",
|
||||
"Lantern",
|
||||
}
|
||||
assert compatible == documented
|
||||
|
Reference in New Issue
Block a user