mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
Concurrent users using RAG issues #4070
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @galvanoid on GitHub (Feb 23, 2025).
This is the scenario:
A user is creating a collection of documents (for example 100 documents), which may take a few hours.
Meanwhile, another user queries a model using their own collections.
In this case, the answers are inconsistent.
If the first user stops his process, then the questions asked by the second user are answered correctly.
Is it possible that there is a problem when two users are simultaneously using the same embedding model (llama embedding models)?
Latest Open-Webui installed in ubuntu server 24.02. Docker with local llama installation.
2x3060 Nvidia Cards.
Embedding model: Nomic or Artic Embed.