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
Tomaz Bratanic 1e80113ac9
community[patch]: Add neo4j timeout and value sanitization option (#16138)
The timeout function comes in handy when you want to kill longrunning
queries.
The value sanitization removes all lists that are larger than 128
elements. The idea here is to remove embedding properties from results.
8 months ago
..
adapters
agent_toolkits
callbacks
chat_loaders
chat_message_histories
chat_models community[patch]: fix tongyi completion and params error (#15544) 8 months ago
docstore
document_loaders community[patch]: Refactor OpenAIWhisperParserLocal (#15150) 8 months ago
document_transformers
embeddings Community[patch]use secret str in Tavily and HuggingFaceInferenceEmbeddings (#16109) 8 months ago
graphs community[patch]: Add neo4j timeout and value sanitization option (#16138) 8 months ago
indexes
llms community[patch]: fix ollama astream (#16070) 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
tools community[patch]: Basic Logging and Human input to ShellTool (#15932) 8 months ago
utilities community[patch]: Don't set search path for unknown SQL dialects (#16047) 8 months ago
utils
vectorstores community[patch]: Use newer MetadataVectorCassandraTable in Cassandra vector store (#15987) 8 months ago
__init__.py
cache.py
py.typed