[GH-ISSUE #3702] [FEAT]: api/system/local-files endpoint refactor #2388

Closed
opened 2026-02-22 18:29:27 -05:00 by yindo · 1 comment
Owner

Originally created by @kptres on GitHub (Apr 23, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3702

What would you like to see?

The api/system/local-files endpoint is very slow for a large number of files - likely because it is reading the filesystem + vector cache. It would be better to maintain the file structure in the database

Originally created by @kptres on GitHub (Apr 23, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3702 ### What would you like to see? The api/system/local-files endpoint is very slow for a large number of files - likely because it is reading the filesystem + vector cache. It would be better to maintain the file structure in the database
yindo added the enhancementfeature request labels 2026-02-22 18:29:27 -05:00
yindo closed this issue 2026-02-22 18:29:27 -05:00
Author
Owner

@timothycarambat commented on GitHub (Apr 23, 2025):

Already have PRs addressing this:

@timothycarambat commented on GitHub (Apr 23, 2025): Already have PRs addressing this: - https://github.com/Mintplex-Labs/anything-llm/pull/3497 - https://github.com/Mintplex-Labs/anything-llm/pull/3311/files
yindo changed title from [FEAT]: api/system/local-files endpoint refactor to [GH-ISSUE #3702] [FEAT]: api/system/local-files endpoint refactor 2026-06-05 14:46:15 -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#2388