langchain/libs/community/tests/integration_tests
morgana 9d7ca7df6e
community[patch]: update copy of metadata in rockset vectorstore integration (#17612)
- **Description:** This fixes an issue with working with RecordManager.
RecordManager was generating new hashes on documents because `add_texts`
was modifying the metadata directly. Additionally moved some tests to
unit tests since that was a more appropriate home.
- **Issue:** N/A
- **Dependencies:** N/A
- **Twitter handle:** `@_morgan_adams_`
2024-02-15 23:13:40 -07:00
..
adapters
callbacks infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
chat_message_histories infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
chat_models community[minor]: integrate chat models with Yuan2.0 (#16575) 2024-02-13 10:55:14 -08:00
document_loaders community[patch]: Use astrapy built-in pagination prefetch in AstraDBLoader (#17569) 2024-02-15 09:52:56 -05:00
embeddings infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
examples infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
graphs community[patch]: Resolve KuzuQAChain API Changes (#16885) 2024-02-15 10:18:37 -08:00
llms community[minor]: integrate with model Yuan2.0 (#15411) 2024-02-14 11:46:20 -08:00
retrievers infra: fix breebs test lint (#17075) 2024-02-05 16:09:48 -08:00
storage add mongodb_store (#13801) 2024-02-13 22:33:22 -05:00
tools community[minor]: Connery Tool and Toolkit (#14506) 2024-01-29 12:45:03 -08:00
utilities community[patch]: Fix github search issues and PRs PaginatedList has no len() error (#16806) 2024-02-12 19:50:59 -08:00
vectorstores community[patch]: update copy of metadata in rockset vectorstore integration (#17612) 2024-02-15 23:13:40 -07:00
__init__.py
.env.example community[minor]: Add Cassandra document loader (#16215) 2024-01-18 18:49:02 -08:00
conftest.py infra: Use dotenv in langchain-community's integration tests (#16137) 2024-01-17 18:18:26 -08:00
test_compile.py