Constrained vector search #5520
pablogranolabar
started this conversation in
Ideas
Replies: 1 comment
-
Pinecone definitely supports metadata filtering. Good video explanation : https://www.youtube.com/watch?v=tn_Y19oB5bs . Pinecone's similarity_search looks like this, looks to me like it supports a filter. def similarity_search( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Various vector databases have support for additional metadata such as dates, but langchain doesn't appear to support any type of joins to facilitate constrained vector search, to for example only retrieve documents within a specific date range. Any thoughts on how this would be best implemented, I can submit a PR given a bit of guidance.
Beta Was this translation helpful? Give feedback.
All reactions