Remove legacy test workflows and simplify docs.

Keep only the unified n8n flow in the repository structure and clean up obsolete JSON workflow files used during testing.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-23 20:22:43 +03:00
parent a8d634f422
commit 4144c48b46
6 changed files with 2 additions and 936 deletions

View File

@@ -24,11 +24,11 @@ dbbot/
├── script.py # Telethon userbot sender -> n8n webhook
├── requirements.txt # зависимости python
├── Dockerfile # контейнер для script.py
├── .gitignore # исключения (секреты, кеш, сессия)
├── .env.example # пример переменных для контейнера
├── session_data/
│ └── session.session # StringSession (создаешь сам)
── DBBot Unified n8n Qdrant.json # единый workflow (ingest + rag)
└── Работа с базой (3).json # старый/альтернативный workflow
── DBBot Unified n8n Qdrant.json # единый workflow (ingest + rag)
```
## Что подготовить перед первым запуском