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/integration_tests
maang-h 525109e506
feat: Implement ChatBaichuan asynchronous interface (#23589)
- **Description:** Add interface to `ChatBaichuan` to support
asynchronous requests
    - `_agenerate` method
    - `_astream` method

---------

Co-authored-by: ccurme <chester.curme@gmail.com>
3 months ago
..
adapters community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
agent multiple: langchain 0.2 in master (#21191) 5 months ago
cache community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 4 months ago
callbacks patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
chains multiple: langchain 0.2 in master (#21191) 5 months ago
chat_message_histories community[patch]: Support passing graph object to Neo4j integrations (#20876) 5 months ago
chat_models feat: Implement ChatBaichuan asynchronous interface (#23589) 3 months ago
cross_encoders langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 6 months ago
document_compressors community[minor]: add Volcengine Rerank (#22700) 4 months ago
document_loaders infra: rm unused # noqa violations (#22049) 4 months ago
document_transformers multiple: langchain 0.2 in master (#21191) 5 months ago
embeddings community: Add Baichuan Embeddings batch size (#22942) 3 months ago
examples infra: add print rule to ruff (#16221) 8 months ago
graphs Sanitize backticks from neo4j labels and types for import (#23367) 3 months ago
indexes community: Add document manager and mongo document manager (#17320) 7 months ago
llms community[patch]: Add missing type annotations (#22758) 4 months ago
memory community[minor]: Add async methods to CassandraChatMessageHistory (#21975) 4 months ago
prompts multiple: langchain 0.2 in master (#21191) 5 months ago
retrievers langchain[minor]: Make EmbeddingsFilters async (#22737) 3 months ago
smith/evaluation multiple: langchain 0.2 in master (#21191) 5 months ago
storage community[minor]: Add SQL storage implementation (#22207) 4 months ago
tools Community: Update and fix ZenGuardTool docs and add ZenguardTool to init files (#23415) 3 months ago
utilities infra: rm unused # noqa violations (#22049) 4 months ago
vectorstores LanceDB integration update (#22869) 3 months ago
.env.example community[minor]: Add support for Upstash Vector (#20824) 5 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
conftest.py infra: Use dotenv in langchain-community's integration tests (#16137) 8 months ago
test_compile.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
test_dalle.py multiple: langchain 0.2 in master (#21191) 5 months ago
test_document_transformers.py multiple: langchain 0.2 in master (#21191) 5 months ago
test_long_context_reorder.py multiple: langchain 0.2 in master (#21191) 5 months ago
test_nuclia_transformer.py multiple: langchain 0.2 in master (#21191) 5 months ago
test_pdf_pagesplitter.py multiple: langchain 0.2 in master (#21191) 5 months ago