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.
2024-01-17 13:22:19 -08:00
..
adapters community[patch]: Add safe lookup to OpenAI response adapter (#14765) 2023-12-20 01:17:23 -05:00
agent_toolkits feat(community): make Amadeus toolkit LLM-agnostic (#15879) 2024-01-11 21:32:03 -08:00
callbacks community: add new gpt-3.5-turbo-1106 finetuned for cost calculation (#16039) 2024-01-15 08:36:54 -08:00
chat_loaders Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
chat_message_histories [community]: Elasticsearch chat history encoding (#15055) 2023-12-22 13:21:34 -08:00
chat_models community[patch]: fix tongyi completion and params error (#15544) 2024-01-15 11:43:13 -08:00
docstore
document_loaders community[patch]: Refactor OpenAIWhisperParserLocal (#15150) 2024-01-15 12:29:14 -08:00
document_transformers community[minor]: Adding asynchronous function implementation for Doctran (#15941) 2024-01-15 10:39:25 -08:00
embeddings Community[patch]use secret str in Tavily and HuggingFaceInferenceEmbeddings (#16109) 2024-01-17 00:30:07 -08:00
graphs community[patch]: Add neo4j timeout and value sanitization option (#16138) 2024-01-17 13:22:19 -08:00
indexes
llms community[patch]: fix ollama astream (#16070) 2024-01-17 09:42:41 -08:00
output_parsers langchain[patch], community[minor]: move output_parsers.ernie_functions (#16057) 2024-01-17 10:06:18 -08:00
retrievers community[patch]: Handle when documents are not provided in the Cohere response (#16144) 2024-01-17 09:11:00 -08:00
storage Add a BaseStore backed by AstraDB (#15812) 2024-01-11 21:41:24 -08:00
tools community[patch]: Basic Logging and Human input to ShellTool (#15932) 2024-01-17 12:57:51 -08:00
utilities community[patch]: Don't set search path for unknown SQL dialects (#16047) 2024-01-17 10:31:11 -08:00
utils openai[minor]: implement langchain-openai package (#15503) 2024-01-05 15:03:28 -08:00
vectorstores community[patch]: Use newer MetadataVectorCassandraTable in Cassandra vector store (#15987) 2024-01-17 10:37:07 -08:00
__init__.py
cache.py Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
py.typed