You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often have multiple vectors pointing to the same source document. When I have --qdrant-limit 3, it could find 3 different vectors that has the same source and hence include the same document in the system prompt 3 times.
The RAG server should check and remove duplicated source before inserting into the prompt. For example, if all 3 results are the same source, it should only insert the source into the system prompt ONCE.
The text was updated successfully, but these errors were encountered:
We often have multiple vectors pointing to the same
source
document. When I have--qdrant-limit 3
, it could find 3 different vectors that has the samesource
and hence include the same document in the system prompt 3 times.The RAG server should check and remove duplicated
source
before inserting into the prompt. For example, if all 3 results are the samesource
, it should only insert thesource
into the system prompt ONCE.The text was updated successfully, but these errors were encountered: