Find answers from the community

Updated 2 years ago

Hey anyone tried qdrant with llama index

At a glance

The community member is asking about using Qdrant with Llama-index to store around 5 million data points, and how setting the top_k parameter to 3 or 4 during querying might impact the costs. Another community member responds that the higher the top_k, the higher the costs, but suggests trying to decrease the chunk size by setting the chunk_size_limit when building the index. The original community member acknowledges and thanks the other for the helpful information.

Hey anyone tried qdrant with llama-index while storing around 5 million of data? Also, wanted to know, in case during querying, if I set top_k to around 3 or 4 to go through 3 or 4 nodes, does it impact the costs by a lot?
j
B
2 comments
the higher the top k the bigger the costs. but you can also try decreasing chunk size by setting chunk_size_limit when you build the index
Yeah got it. Makes sense. Thanks a lot!
Add a reply
Sign up and join the conversation on Discord