Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .env.example

This file was deleted.

18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,22 @@ electron-builder.yml
dist_electron/
.electron-vue

# Local database
# Local database and vector stores
*.db
*.db-journal
*.sqlite
*.sqlite-journal
.offeline_vectors.sqlite

# Temporary files and test data
temp/

# User uploaded documents
collector/hotdir/
server/collector/hotdir/

# Server storage (contains user data and databases)
server/storage/

# Python virtual environment
.venv/
Binary file removed 1024.png
Binary file not shown.
137 changes: 0 additions & 137 deletions SETUP.md

This file was deleted.

143 changes: 0 additions & 143 deletions backend/README.md

This file was deleted.

Binary file removed backend/__pycache__/config.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file removed backend/__pycache__/main.cpython-311.pyc
Binary file not shown.
Binary file removed backend/__pycache__/rag_pipeline.cpython-311.pyc
Binary file not shown.
62 changes: 0 additions & 62 deletions backend/config.py

This file was deleted.

Loading