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:
4
redme.md
4
redme.md
@@ -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)
|
||||
```
|
||||
|
||||
## Что подготовить перед первым запуском
|
||||
|
||||
Reference in New Issue
Block a user