New front-end Launch Chat API Manage Sources Enable re-embedding of all contents Sources can be added without a notebook now Improved settings Enable model selector on all chats Background processing for better experience Dark mode Improved Notes Improved Docs: - Remove all Streamlit references from documentation - Update deployment guides with React frontend setup - Fix Docker environment variables format (SURREAL_URL, SURREAL_PASSWORD) - Update docker image tag from :latest to :v1-latest - Change navigation references (Settings → Models to just Models) - Update development setup to include frontend npm commands - Add MIGRATION.md guide for users upgrading from Streamlit - Update quick-start guide with correct environment variables - Add port 5055 documentation for API access - Update project structure to reflect frontend/ directory - Remove outdated source-chat documentation files
57 lines
659 B
Text
57 lines
659 B
Text
notebooks/
|
|
data/
|
|
.uploads/
|
|
.venv/
|
|
.env
|
|
sqlite-db/
|
|
temp/
|
|
google-credentials.json
|
|
docker-compose*
|
|
.docker_data/
|
|
docs/
|
|
surreal_data/
|
|
surreal-data/
|
|
notebook_data/
|
|
temp/
|
|
*.env
|
|
|
|
# Frontend build artifacts and dependencies
|
|
frontend/node_modules/
|
|
frontend/.next/
|
|
frontend/.env.local
|
|
|
|
# Cache directories (recursive patterns)
|
|
**/__pycache__/
|
|
**/.mypy_cache/
|
|
**/.ruff_cache/
|
|
**/.pytest_cache/
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.pyd
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.cache/
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|