Find answers from the community

Updated 2 months ago

Hey I saw the new release about the

Hey! I saw the new release about the expansion of pinecone index. It says that a single pinecone index is sharable among multiple vector indices. Anyone able to explain more?
j
A
4 comments
@jerryjliu0 Sorry Jerry but I don't get it. What is the difference between this solution and a series of indices composed in a keywordtable index?
(And btw I stafrted to see some work on plugins...)
@AndreaSel93 if you specify metadata_filter, this just means that you can use the same underlying pinecone.Index structure across multiple vector indices. the behavior of the query call is unchanged (the same as if you queried any vector index). that's diff than defining a composed graph with a keyword table index
Add a reply
Sign up and join the conversation on Discord