langchain/libs
Christophe Bornet 9a8fe58ebe
community[minor]: Improve Cassandra VectorStore as_retriever (#22465)
The Vectorstore's API `as_retriever` doesn't expose explicitly the
parameters `search_type` and `search_kwargs` and so these are not well
documented.
This PR improves `as_retriever` for the Cassandra VectorStore by making
these parameters explicit.

NB: An alternative would have been to modify `as_retriever` in
`Vectorstore`. But there's probably a good reason these were not exposed
in the first place ? Is it because implementations may decide to not
support them and have fixed values when creating the
VectorStoreRetriever ?
2024-06-04 09:51:17 -04:00
..
cli docs, cli[patch]: chat model template nit (#22294) 2024-05-29 20:53:58 +00:00
community community[minor]: Improve Cassandra VectorStore as_retriever (#22465) 2024-06-04 09:51:17 -04: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