1. Install
The
api extra includes FastAPI and uvicorn. Add semantic for the semantic chunker and code for the code chunker. The embeddings refinery works out of the box with local models (e.g. minishlab/potion-base-8M); add the relevant extra (e.g. openai) only if you plan to use API-based embedding providers.2. Start the Server
http://localhost:8000/docs for the interactive Swagger UI, or http://localhost:8000/redoc for ReDoc.
3. Make Your First Request
Or Use Docker
8000. See the Docker guide for the full docker-compose.yml and production setup.
Server Options
| Flag | Default | Description |
|---|---|---|
--host | 0.0.0.0 | Bind address |
--port | 8000 | Port number |
--reload | false | Auto-reload on file changes (development only) |
--log-level | info | Log verbosity: debug, info, warning, error |
