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.
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