You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPT4All's Local Documents functionality stops showing collections and appears unresponsive while trying to index documents, despite having a large existing index (8M+ chunks) in its SQLite database.
Steps to Reproduce
Install GPT4All via Flatpak
Add a document collection pointing to /root/FITCO (which gets translated to /run/flatpak/doc/8d2db31f/FITCO)
Let it index documents (was working for months)
After some time (3+ months ago), the interface stopped showing any collections
Attempting to add new collections doesn't show any error but doesn't display anything either
Diagnostic Steps Performed
Checked database integrity:
sqlite3 localdocs_v3.db"PRAGMA integrity_check;"-> Result: ok
Inspected database stats:
538,412 documents
8,029,111 chunks
1,119 documents without chunks
Collection "Fitco" shows start_update_time but no last_update_time
Database size: 12GB
Attempted fixes:
Ran VACUUM on the database (took ~6 minutes)
Reset collection timestamps:
UPDATE collections SET last_update_time =NULL, start_update_time =NULLWHERE id =1;
Checked system resources while app running:
Single CPU core at 100% (previously used all cores)
Memory usage normal
No disk I/O issues
Current State
Database appears structurally sound
Application UI shows "No Collections Installed"
Process runs but only uses one core
Flatpak permissions show read-only access to xdg-documents
Expected Behavior
Collections should appear in the interface
Indexing should use multiple CPU cores
Should be able to add new collections
Should show indexing progress
Your Environment
GPT4All version: v3.6.1
Operating System: Fedora Linux 41 (Workstation Edition)
Bug Report
GPT4All's Local Documents functionality stops showing collections and appears unresponsive while trying to index documents, despite having a large existing index (8M+ chunks) in its SQLite database.
Steps to Reproduce
/root/FITCO
(which gets translated to/run/flatpak/doc/8d2db31f/FITCO
)Diagnostic Steps Performed
Current State
Expected Behavior
Your Environment
/home/josenobile/.var/app/io.gpt4all.gpt4all/data/nomic.ai/GPT4All/
Additional System Details
Screenshots/Logs
Database Schema
[Full schema and additional tables available if needed]
Notes
The text was updated successfully, but these errors were encountered: