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/tests/integration_tests
Kacper Łukawski 1ff5b67025
Implement async API for Qdrant vector store (#7704)
Inspired by #5550, I implemented full async API support in Qdrant. The
docs were extended to mention the existence of asynchronous operations
in Langchain. I also used that chance to restructure the tests of Qdrant
and provided a suite of tests for the async version. Async API requires
the GRPC protocol to be enabled. Thus, it doesn't work on local mode
yet, but we're considering including the support to be consistent.
1 year ago
..
agent Add Multi-CSV/DF support in CSV and DataFrame Toolkits (#5009) 1 year ago
cache feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
callbacks support adding custom metadata to runs (#7120) 1 year ago
chains codespell: workflow, config + some (quite a few) typos fixed (#6785) 1 year ago
chat_models Added support for examples for VertexAI chat models. (#7636) 1 year ago
document_loaders Integrate Rockset as a document loader (#7681) 1 year ago
embeddings Harrison/octo ml (#6897) 1 year ago
evaluation [Breaking] Update Evaluation Functionality (#7388) 1 year ago
examples feat: Add `UnstructuredTSVLoader` (#7367) 1 year ago
graphs Add HugeGraphQAChain to support gremlin generating chain (#7132) 1 year ago
llms Add LLM for Alibaba's Damo Academy's Tongyi Qwen API (#7477) 1 year ago
memory Harrison/split schema dir (#7025) 1 year ago
prompts Cleanup integration test dir (#3308) 1 year ago
retrievers [Small upgrade] Allow document limit in AzureCognitiveSearchRetriever (#7690) 1 year ago
smith/evaluation [Breaking] Update Evaluation Functionality (#7388) 1 year ago
utilities Harrison/dataforseo (#7214) 1 year ago
vectorstores Implement async API for Qdrant vector store (#7704) 1 year ago
.env.example adding MongoDBAtlasVectorSearch (#5338) 1 year ago
__init__.py initial commit 2 years ago
conftest.py feat: improve pinecone tests (#2806) 1 year ago
test_document_transformers.py Add new types of document transformers (#7379) 1 year ago
test_kuzu.py Add KuzuQAChain (#6454) 1 year ago
test_nebulagraph.py Harrison/nebula graph (#5865) 1 year ago
test_nlp_text_splitters.py Add spacy sentencizer (#7442) 1 year ago
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 2 years ago
test_schema.py Base language model docstrings (#7104) 1 year ago
test_text_splitter.py chore: spedd up integration test by using smaller model (#6044) 1 year ago