langchain/libs/community/tests/unit_tests
Varik Matevosyan efe6cfafe2
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
2024-01-12 12:00:16 -08:00
..
agent_toolkits
callbacks Delete V1 tracer and refactor tracer tests to core (#15326) 2023-12-29 15:55:56 -08:00
chat_loaders Restore self message sent before OSX 12 Monterey (#14818) 2024-01-01 16:04:14 -08:00
chat_message_histories
chat_models feat: Implement stream interface (#15875) 2024-01-11 21:32:48 -08:00
docstore
document_loaders Add doc for AstraDB document loader (#15703) 2024-01-08 12:21:46 -08:00
document_transformers
embeddings Refactor: use SecretStr for llm_rails embeddings (#15090) 2024-01-01 15:24:50 -08:00
examples
graphs
indexes
llms community: Ollama - Pass headers to post request (#15881) 2024-01-11 21:40:35 -08:00
retrievers community[minor]: Qdrant sparse vector retriever (#14814) 2023-12-20 02:22:19 -05:00
storage Add a BaseStore backed by AstraDB (#15812) 2024-01-11 21:41:24 -08:00
tools community: add args_schema to GmailSendMessage (#14973) 2023-12-22 13:07:44 -08:00
utilities
utils
vectorstores community: Added Lantern as VectorStore (#12951) 2024-01-12 12:00:16 -08:00
__init__.py
conftest.py
test_dependencies.py
test_imports.py infra: Fix test filesystem paths incompatible with windows (#14388) 2023-12-21 13:45:42 -08:00
test_sqlalchemy.py