Submitted by mostlyhydrogen t3_10rvkru in MachineLearning
Are there tools or techniques that permit you to joint query using more than one query vector?
Use case: iterative ANN search refinement, where I start with a seed vector, select matches, and re-query with more examples to improve the search results.
I tried doing this with FAISS, but it performs a "batch query" that returns a separate set of results for each query vector (not a joint query).
RingoCatKeeper t1_j70tokb wrote
Maybe you can take a look at ScanNN