Replies: 2 comments 3 replies
-
If your chunks don't have keywords, RAGFlow's retrieval will rely entirely on vector similarity. The vector_similarity_weight parameter then becomes the main factor controlling how much influence vector similarity has in ranking and returning results—since there are no keywords, it's effectively the sole scoring method used for retrieval in your case. You can use this parameter to fine-tune how strict or broad the vector-based matching is for your queries. More details here and here. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Hi @harsh788 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have pushed in almost 8000 chunks to a document in a database through http api. In the api call, I did not pass any keywords with any of the chunks. So, if I don't have any keywords, what is the significance of vector_similarity_weight variable during retrieval thorugh the api?
Beta Was this translation helpful? Give feedback.
All reactions