Query by vector across Namespaces

Hi,

We use Pinecone to store embeddings of different text “types”, which I organized in namespaces.

My major use case is to query for an id from namespace A and want results from namespace B.

Is this something you have considered implementing? Would save a call to fetch the vector.

The API would look something like:


pc.Index(name="MY_INDEX").query(id="MY_A_ID", namespace="A", top_k=3, target_namespace="B")