langchain/libs
Christophe Bornet 23bba18f92
core[patch]: Fix VectorStore's as_retriever mutating tags param (#22470)
The current VectorStore `as_retriever` implementation mutates the `tags`
param when it's passed in kwargs.
This fix ensures that a copy is done.
2024-06-04 09:50:36 -04:00
..
cli docs, cli[patch]: chat model template nit (#22294) 2024-05-29 20:53:58 +00:00
community community[patch]: Upstash Vector Store Namespace Support (#22251) 2024-06-03 17:30:56 -07:00
core core[patch]: Fix VectorStore's as_retriever mutating tags param (#22470) 2024-06-04 09:50:36 -04:00
experimental [experimental][llms][ollama_functions] Update OllamaFunctions to send tool_calls attribute (#21625) 2024-05-29 09:38:33 -04:00
langchain langchain[patch]: Fix MongoDBAtlasVectorSearch reference in self query retriever (#22401) 2024-06-03 22:10:15 +00:00
partners huggingface[patch]: Support for HuggingFacePipeline in ChatHuggingFace. (#22194) 2024-06-04 00:47:35 +00:00
standard-tests core, partners: add token usage attribute to AIMessage (#21944) 2024-05-23 14:21:58 -04:00
text-splitters text-splitters[patch]: fix HTMLSectionSplitter parsing of xslt paths (#22176) 2024-06-03 20:26:59 +00:00