Universal Document Vector Search Service
by PlVld
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USE_GPU | No | Использовать GPU | false |
| LOG_LEVEL | No | Уровень логирования | INFO |
| CHUNK_SIZE | No | Размер чанка (символы) | 1024 |
| QDRANT_URL | No | URL Qdrant | http://localhost:6333 |
| SERVICE_PORT | No | Порт сервиса | 8000 |
| CHUNK_OVERLAP | No | Перекрытие чанков | 50 |
| QDRANT_API_KEY | No | API-ключ Qdrant | |
| CATEGORY_WEIGHT | No | Вес категориального поиска | 0.7 |
| EMBEDDING_MODEL | No | Модель эмбеддингов | BAAI/bge-m3 |
| SEMANTIC_WEIGHT | No | Вес семантического поиска | 0.3 |
| MCP_AUTH_ENABLED | No | Включить аутентификацию MCP | false |
| ALLOWED_MCP_TOOLS | No | Список разрешённых MCP инструментов | |
| RAG_SERVICE_API_KEY | Yes | API-ключ сервиса (обязательный) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues