GET /healthGET /metricsGET /events protected when API_KEY is setGET /query?q=remote work policyPOST /query with { "query": "remote work policy" }DEMO.md for terminal demo steps, curl commands, and sample request/response files.API_KEY to require X-API-Key on query/event endpoints. Set APP_DB_PATH to control the SQLite event database location.k8s/deployment.yaml and include probes, resource limits, a Service, and a PVC for the SQLite event store. The default manifest uses one replica because SQLite is the default event store.uvicorn api.server:app --reload --port 8000, then run python scripts/smoke_test.py.DEMO.md for curl examples and sample request/response files.datasets/production_schema.json.Posted Jun 1, 2026
Modular RAG pipeline with semantic retrieval, reranking abstraction, confidence scoring, and benchmark evaluation structure.