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/langchain_community
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.
8 months ago
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 9 months ago
agent_toolkits core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 8 months ago
callbacks community[patch]: Fix MlflowCallback with none artifacts_dir (#16487) 8 months ago
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 9 months ago
chat_message_histories communty[minor]: Store Message History to TiDB Database (#16304) 8 months ago
chat_models Langchain-community : EdenAI chat integration. (#16377) 8 months ago
docstore community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
document_loaders [Fix] Fix Cassandra Document loader default page content mapper (#16273) 8 months ago
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 8 months ago
embeddings docs: Update documentation to use 'model_id' rather than 'model_name' to match actual API (#16615) 8 months ago
graphs Fix neo4j sanitize (#16439) 8 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
llms community[patch]: Added support for Ollama's num_predict option in ChatOllama (#16633) 8 months ago
output_parsers langchain[patch], community[minor]: move `output_parsers.ernie_functions` (#16057) 8 months ago
retrievers community[patch]: Handle when documents are not provided in the Cohere response (#16144) 8 months ago
storage community: SQLStrStore/SQLDocStore provide an easy SQL alternative to `InMemoryStore` to persist data remotely in a SQL storage (#15909) 8 months ago
tools community[patch]: Fixed tool names snake_case (#16397) 8 months ago
utilities core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 8 months ago
utils openai[minor]: implement langchain-openai package (#15503) 9 months ago
vectorstores community[minor]: VectorStore integration for SAP HANA Cloud Vector Engine (#16514) 8 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 9 months ago
py.typed community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago