langchain/libs/community/tests/integration_tests
maang-h 596c062cba
community[patch]: Standardize qianfan model init args name (#22322)
- **Description:**  
    - Standardize qianfan chat model intialization arguments name
        - qianfan_ak (qianfan api key)  -> api_key
        - qianfan_sk (qianfan secret key)  ->  secret_key
       
    - Delete unuse variable
- **Issue:** #20085
2024-05-30 11:08:32 -04:00
..
adapters community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
agent multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
cache community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 2024-05-16 17:22:24 +00:00
callbacks patch: remove usage of llm, chat model __call__ (#20788) 2024-04-24 19:39:23 -04:00
chains multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
chat_message_histories community[patch]: Support passing graph object to Neo4j integrations (#20876) 2024-04-25 11:30:22 -07:00
chat_models community[patch]: Standardize qianfan model init args name (#22322) 2024-05-30 11:08:32 -04:00
cross_encoders langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 2024-03-31 20:51:31 +00:00
document_compressors langchain: add RankLLM Reranker (#21171) 2024-05-22 20:12:55 +00:00
document_loaders infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
document_transformers multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
embeddings community[patch]: fix public interface for embeddings module (#21650) 2024-05-22 11:42:15 -04:00
examples infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
graphs community[patch]: Handle exceptions where node props aren't consistent in neo4j schema (#22027) 2024-05-22 11:21:56 -04:00
indexes community: Add document manager and mongo document manager (#17320) 2024-02-23 21:32:52 -05:00
llms community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
memory community[minor]: Add async methods to CassandraChatMessageHistory (#21975) 2024-05-23 10:13:05 -04:00
prompts multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
retrievers community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
smith/evaluation multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
storage community[minor]: Add Cassandra ByteStore (#22064) 2024-05-23 10:46:23 -04:00
tools community[patch]: upgrade to recent version of mypy (#21616) 2024-05-13 14:55:07 -04:00
utilities infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
vectorstores infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
.env.example community[minor]: Add support for Upstash Vector (#20824) 2024-04-29 17:25:01 -04:00
conftest.py infra: Use dotenv in langchain-community's integration tests (#16137) 2024-01-17 18:18:26 -08:00
test_compile.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_dalle.py multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
test_document_transformers.py multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
test_long_context_reorder.py multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
test_nuclia_transformer.py multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
test_pdf_pagesplitter.py multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00