Find answers from the community

Updated 2 years ago

I would like to know how to pass in

At a glance

The community member is asking how to enable hybrid mode for Pinecone indexes wrapped with vectorIndexRetriver, so that it can be used with a custom response synthesiser. Another community member responds that hybrid search can be enabled for Pinecone by setting the metric and add_sparse_vector=True, as shown in a provided notebook example. However, there is no explicitly marked answer to the original question.

Useful resources
I would like to know how to pass in hybrid mode to pinecone indexes wrapped with vectorIndexRetriver , so that when use with custom response synthesiser ( which accepts retrievers and response synthesisers) for query, hybrid mode is enabled for underlying retriever . @Logan M @ravitheja
L
1 comment
Sorry, which hybrid mode are you talking about? You can enabled hybrid search for pinecone by setting the metric and add_sparse_vector=True, as in this notebook https://github.com/jerryjliu/llama_index/blob/main/docs/examples/vector_stores/PineconeIndexDemo-Hybrid.ipynb
Add a reply
Sign up and join the conversation on Discord