You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/tests/unit_tests
Christophe Bornet 00614f332a
community[minor]: Add InMemoryVectorStore (#19326)
This is a basic VectorStore implementation using an in-memory dict to
store the documents.
It doesn't need any extra/optional dependency as it uses numpy which is
already a dependency of langchain.
This is useful for quick testing, demos, examples.
Also it allows to write vendor-neutral tutorials, guides, etc...
6 months ago
..
agent_toolkits community[minor]: CogniSwitch Agent Toolkit for LangChain (#17312) 7 months ago
callbacks community[minor] : adds callback handler for Fiddler AI (#17708) 7 months ago
chat_loaders
chat_message_histories
chat_models community[minor]: Integration for `Friendli` LLM and `ChatFriendli` ChatModel. (#17913) 7 months ago
docstore
document_loaders community[patch]: move pdf text tests to integration (#18746) 7 months ago
document_transformers
embeddings community[minor]: llamafile embeddings support (#17976) 7 months ago
examples
graphs comunity[patch]: Fix neo4j sanitizing values (#18750) 7 months ago
indexes
llms community: Add `keep_alive` parameter to control how long the model w… (#19005) 7 months ago
retrievers community[patch]: Patch tdidf retriever (CVE-2024-2057) (#18695) 7 months ago
storage add mongodb_store (#13801) 8 months ago
tools community[patch]: flattening imports 3 (#18939) 7 months ago
utilities community[patch]: flattening imports 3 (#18939) 7 months ago
utils
vectorstores community[minor]: Add InMemoryVectorStore (#19326) 6 months ago
__init__.py
conftest.py
test_dependencies.py
test_imports.py
test_sql_database.py community[minor]: Add lazy_table_reflection param to SqlDatabase (#18742) 7 months ago
test_sql_database_schema.py infra: mv SQLDatabase tests to community (#17276) 8 months ago
test_sqlalchemy.py