CoolFace
Apppublic

dataTeam24/GeneralPurposeRAG

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
.dockerignore46 linesDownload Raw Back to root
1# Dependencies and caches2node_modules/3__pycache__/4*.py[cod]5*__pycache__*6.Python7venv/8.venv/9env/10.env11.env.*12 13# Git and IDE14.git/15.gitignore16.dockerignore17.idea/18.vscode/19*.swp20*.swo21 22# Local / dev data (do not bake into image)23chroma_db/24vector_store/25bm25_indices/26embedding_cache/27conversation_logs/28*.db29rag_sessions.db30 31# Build artifacts (we build inside Docker)32frontend/build33frontend/dist34backend/conversation_logs35 36# Docs and dev-only37*.md38!backend/README.md39.pytest_cache/40.coverage41htmlcov/42*.log43debug.py44diagnostics.py45diagnostic_report.txt46