File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,33 +50,19 @@ graph TB
5050``` bash
5151git clone https://github.com/ForwardCodeSolutions/rag-engine.git
5252cd rag-engine
53-
54- # Install dependencies
55- curl -LsSf https://astral.sh/uv/install.sh | sh
56- uv sync
57-
58- # Configure environment
5953cp .env.example .env
60-
61- # Start services (API + Qdrant)
54+ # Edit .env with your API keys
6255docker compose up -d
63- # API available at http://localhost:8000/docs
6456```
6557
66- ## Development
58+ The API is available at ` http://localhost:8000/docs ` .
6759
68- ``` bash
69- # Run all checks (lint + tests)
70- make check
60+ ### Local Development
7161
72- # Run tests only
73- make test
74-
75- # Run linter only
76- make lint
77-
78- # Auto-fix lint issues
79- make fix
62+ ``` bash
63+ uv sync # Install dependencies
64+ make check # Lint + tests
65+ make dev # Start with hot reload
8066```
8167
8268### Test Suite
You can’t perform that action at this time.
0 commit comments