Search by multiple named vectors in one query #5145
Unanswered
diegoanvilla
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way where i can make a search in a collection that has multiple named vectors and search by more than one named vectors?
something like:
const searchParams = { vector: embedding, with_vector: { vector1: true, vector2:true, vector3:true }, limit: 100, }
and get results based on the search on those 3 vectors?
Beta Was this translation helpful? Give feedback.
All reactions