langchain/libs/community/tests/unit_tests
Christophe Bornet 4915c3cd86
[Fix] Fix Cassandra Document loader default page content mapper (#16273)
We can't use `json.dumps` by default as many types returned by the
cassandra driver are not serializable. It's safer to use `str` and let
users define their own custom `page_content_mapper` if needed.
2024-01-27 11:23:02 -08:00
..
agent_toolkits community: Add PolygonLastQuote Tool and Toolkit (#15990) 2024-01-21 15:08:55 -08:00
callbacks community[patch]: Release 0.0.14 (#16384) 2024-01-22 08:50:19 -08:00
chat_loaders Restore self message sent before OSX 12 Monterey (#14818) 2024-01-01 16:04:14 -08:00
chat_message_histories community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
chat_models Langchain-community : EdenAI chat integration. (#16377) 2024-01-26 09:56:43 -05:00
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
document_loaders [Fix] Fix Cassandra Document loader default page content mapper (#16273) 2024-01-27 11:23:02 -08:00
document_transformers community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
embeddings community[minor]: Add Baichuan Text Embedding Model and Baichuan Inc introduction (#16568) 2024-01-26 12:57:26 -08:00
examples community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
graphs community[minor]: add TigerGraph support (#16280) 2024-01-22 14:07:44 -08:00
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
llms community[patch]: Added support for Ollama's num_predict option in ChatOllama (#16633) 2024-01-26 15:00:19 -08:00
retrievers Community[Patch] Remove docs form bm25 repr (#16110) 2024-01-17 00:00:55 -08:00
storage community: SQLStrStore/SQLDocStore provide an easy SQL alternative to InMemoryStore to persist data remotely in a SQL storage (#15909) 2024-01-23 16:50:48 -08:00
tools community: Add PolygonLastQuote Tool and Toolkit (#15990) 2024-01-21 15:08:55 -08:00
utilities Community[patch]use secret str in Tavily and HuggingFaceInferenceEmbeddings (#16109) 2024-01-17 00:30:07 -08:00
utils community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
vectorstores infra: move indexing documentation test (#16595) 2024-01-25 14:46:50 -08:00
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
conftest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_dependencies.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_imports.py infra: Fix test filesystem paths incompatible with windows (#14388) 2023-12-21 13:45:42 -08:00
test_sqlalchemy.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00