Find answers from the community

Updated 4 months ago

From documents

At a glance
The simple VectorStoreIndex.from_documents() uses what architecture? HNSW, ANN, IVF etc?
L
1 comment
It depends on the vector db you use. By default, it's just simple pairwise cosine similarity using numpy
Add a reply
Sign up and join the conversation on Discord