How does vector similarity work? I have a case in which I have a group of documents, and I have sent an exact sentence found in one of the documents, but when I checked the returned nodes, none of them contains the sentence I have sent; any clarification why this may happen?
I have a case in which I have set the input size to 3500, and the chunk size is 750. When I query my index with top_k =4, it always does refining. Any idea why this happens?? Note: qa prompt size is 93 and the query around 50 tokens
Hello guys, I need to use Redis as the vector store with the llama. What is the best way to do that, I did not find any documentation regarding customizing the vector store