Add stack healthcheck script and usage docs.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-20 23:01:13 +10:00
parent 84f1d82033
commit 227555386d
3 changed files with 135 additions and 0 deletions
+15
View File
@@ -52,6 +52,21 @@ chmod +x install-minimal.sh
./install-minimal.sh --skip-model-pull
```
## Healthcheck
Проверка готовности стенда:
```bash
chmod +x healthcheck.sh
./healthcheck.sh
```
Полная проверка (включая Qdrant/venv/deps):
```bash
./healthcheck.sh --mode full
```
## Переменные окружения
- `QDRANT_URL` (default `http://127.0.0.1:6333`)