Hi. I am testing the indexing of a single PDF and it is taking too long to answer based on my 25 nodes. This problem is more related with the time consumption of embedding calculation or use of LLMs? I could not understand where the embeddings are since my nodes have embedding set to None. Thank you
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?