Hi guys. Can someone please explain to me the difference of using a vector store, such as Qdrant, instead of using the default VectorStoreIndex? I have more than 200k chunks and it taking too long to search (about 6 seconds). Does the Vector Store Index implement Approximate Nearest Neighbors?
I'm not sure if you are using the default or an integration like qdrant, I would expect qdrant to run much faster (assuming you aren't using :memory: mode)