Find answers from the community

Updated 2 years ago

I am using gptListIndex and I would like

At a glance
I am using gptListIndex and I would like to ask if the cost is normal. If there are a large number of data queries, what kind of index can be used to reduce costs and improve query speed?
Attachment
image.png
L
C
2 comments
For a list index, this is normal, since a ListIndex will send every piece of text in your index to the LLM

If you don't need to be checking every piece of text, maybe GPTVectorStoreIndex would be more useful (and much cheaper/faster)
OK I've started using GPTVectorStoreIndex, thank you
Add a reply
Sign up and join the conversation on Discord