When deploying RAG model via Hugging Face, an issue arises wherein simultaneous usage by multiple users leads to document mixing. This occurs when two users upload separate documents concurrently, resulting in the model providing answers that blend content from both documents. Consequently, users receive responses derived from a combination of the uploaded PDFs, rather than the accurate information they seek from their respective documents
i am using cromabd and openai embadings for RAG model. i want accurate and reliable responses for each user’s uploaded document.
m Basava Raju is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.