Add installer script and repository integration guide.
Made-with: Cursor
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user