feat: solution for 'Повторный экзамен: FAQ-бот — ChromaDB + один MCP-tool'

This commit is contained in:
2026-06-30 17:11:19 +03:00
parent 1b9342d225
commit 25b3afdfed
10 changed files with 318 additions and 259 deletions
+27 -4
View File
@@ -1,5 +1,28 @@
node_modules/
.env
dist/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
.venv/
env/
venv/
# ChromaDB persistence directory
chromadb/
chromadb_data/
chromadb_persist/
# Distribution / packaging
build/
*.log
dist/
*.egg-info/
# IDE files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Pytest cache
.cache/