Why do i get different chunks returned when asking the same question over and over again?
Why do i get different chunks returned when asking the same question over and over again?
At a glance
The community member posted a question about why they get different chunks returned when asking the same question repeatedly. Other community members responded, suggesting that the issue may be related to the use of a vector store, specifically Chroma DB, which has a "weird retrieval algorithm" and is approximate, leading to slightly different results for similar queries. They recommended exploring other vector databases that may provide more precise results, such as those using HNSW or IVF methods. However, there was no explicitly marked answer provided.
hmm, I know chroma has a very weird retrieval algorithm. Its approximate, so its definitely possible it changes slightly if you've indexed very similar chunks