Linear combination of results

Hi do you know how I can query a pinecone dataset so that instead of getting a set of single vectors that match closely to my target vector, I can get the best linear combination of 2 vectors that match my target. (or indeed extend that to a linear combination of n vectors) ? Thanks!

Hi @jonathan1, that’s not something that’s natively supported in Pinecone today. You would need to do some post-processing on your vectors once you’ve run your query.

What are you building, and what’s the goal of getting the linear combination of vectors for your result?