[GH-ISSUE #2448] [DOCS]: Multi-user Mode #1593

Closed
opened 2026-02-22 18:25:34 -05:00 by yindo · 2 comments
Owner

Originally created by @Akki-401 on GitHub (Oct 9, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2448

Description

In Multi-user Mode, What is max number of users are supported or verified? Is there any benchmarking result presents?

Originally created by @Akki-401 on GitHub (Oct 9, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2448 ### Description In Multi-user Mode, What is max number of users are supported or verified? Is there any benchmarking result presents?
yindo added the documentation label 2026-02-22 18:25:34 -05:00
yindo closed this issue 2026-02-22 18:25:34 -05:00
Author
Owner

@timothycarambat commented on GitHub (Oct 9, 2024):

As many as your system can handle. The bottle neck will always be the LLM, not the application. The application can easily handle whatever you throw at it and if you have issues it will be from too many concurrent requests to a local LLM.

If you use a cloud based LLM provider, then your limitation becomes rate-limiting.

@timothycarambat commented on GitHub (Oct 9, 2024): As many as your system can handle. The bottle neck will _always_ be the LLM, not the application. The application can easily handle whatever you throw at it and if you have issues it will be from too many concurrent requests to a local LLM. If you use a cloud based LLM provider, then your limitation becomes rate-limiting.
Author
Owner

@Akki-401 commented on GitHub (Oct 10, 2024):

Thanks for clarification @timothycarambat

@Akki-401 commented on GitHub (Oct 10, 2024): Thanks for clarification @timothycarambat
yindo changed title from [DOCS]: Multi-user Mode to [GH-ISSUE #2448] [DOCS]: Multi-user Mode 2026-06-05 14:41:37 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1593