Find answers from the community

Updated 2 years ago

I have a bunch of indexes

At a glance
I have a bunch of indexes - GPTSimpleVectorIndex's. Querying through them takes time. Should I convert them to a single Pinecone Index to get performance? If so, is there a way to convert them or do I need to find the embeddings again?
j
d
4 comments
are you querying all of them sequentially?
The documents are split into years, and then for each year, I build an GPTSimpleVectorIndex. The indexes are then composed with a GPTListIndex
There are about 10 such indices.
Thanks for responding btw. It's clear that you are quite busy.
Add a reply
Sign up and join the conversation on Discord