@@ -43,6 +43,8 @@ docker compose up -d
4343
4444Starts Neo4j, PostgreSQL (with pgvector), Redis, the Celery worker, and the Celery beat scheduler.
4545
46+ For Kubernetes deployment, see [ infra/README.md] ( infra/README.md ) .
47+
4648### Backend
4749
4850``` bash
@@ -92,7 +94,9 @@ The UI provides a query page for asking questions about your documents and an up
9294```
9395services/query-engine/ Python, FastAPI, LlamaIndex, Celery, Poetry
9496ui/ Vue 3, TypeScript, Vite, Tailwind CSS, Cytoscape.js
95- docker-compose.yml Neo4j, PostgreSQL, Redis, Celery worker + beat
97+ infra/ Helm charts, deploy scripts, K8s manifests
98+ docker-compose.yml Neo4j, PostgreSQL, Redis, Celery worker + beat (local dev)
99+ .github/workflows/ CI: API tests, API build, UI build
96100```
97101
98102## API
@@ -124,7 +128,7 @@ curl -X POST http://localhost:8000/api/v1/kg/ingest/upload \
124128| GET | ` /kg/documents/graph ` | Get knowledge graph for a document |
125129| GET | ` /kg/subgraph ` | Get subgraph around an entity |
126130| GET | ` /tasks/{taskId} ` | Poll background task status |
127- | GET | ` /health ` | Health check |
131+ | GET | ` /api/v1/ health ` | Health check |
128132| GET | ` /metrics ` | Prometheus metrics |
129133
130134## Build Commands
0 commit comments