mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-22 17:50:03 +00:00
Added an id field to the Document passed to filter for InMemoryVectorStore similarity search. This allows filtering by Document id and brings the input to the filter in line with the result returned by the vector similarity search. --------- Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>