“Multi-User Document Mixing Issue in Hugging Face RAG Model Deployment”
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