Skip to content

Commit fd08335

Browse files
committed
update readme
1 parent 2b4e201 commit fd08335

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ docker compose up -d
4343

4444
Starts 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
```
9395
services/query-engine/ Python, FastAPI, LlamaIndex, Celery, Poetry
9496
ui/ 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

ui/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)