langchain
23bba18f - core[patch]: Fix VectorStore's as_retriever mutating tags param (#22470)

Commit
1 year ago
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.
Author
Parents
Loading