Add installer script and repository integration guide.

Made-with: Cursor
This commit is contained in:
Andrey Lutsenko
2026-04-20 22:57:39 +10:00
parent 5f20b0eae6
commit 4c652c7431
4 changed files with 238 additions and 0 deletions
+15
View File
@@ -6,6 +6,7 @@
- `index.py` - индексация документов в Qdrant
- `mcp_server.py` - MCP инструменты `search_docs` и `answer_with_citations`
- `requirements.txt` - Python зависимости
- `install.sh` - one-command bootstrap для Ubuntu
## Быстрый запуск
@@ -21,6 +22,20 @@ python index.py
python mcp_server.py
```
## Автоматический bootstrap
```bash
chmod +x install.sh
./install.sh
```
Опции:
```bash
./install.sh --skip-model-pull
./install.sh --docs-dir /path/to/my/docs
```
## Переменные окружения
- `QDRANT_URL` (default `http://127.0.0.1:6333`)