Find answers from the community

Updated 2 years ago

Also another q seems like increasing

At a glance
Also another q: seems like increasing similarity_top_k from 1 to 3 makes the query much much slower (I am using GPTSimpleVectorIndex). I am wondering why that's the case. And how could I mitigate this latency increase
L
3 comments
It's slow because by default, it would be making 3 LLM calls, which is limited by OpenAI's speed
"compact" will send as many nodes as possible, reducing how many api calls are made
Add a reply
Sign up and join the conversation on Discord