Summary
Add AI-powered documentation search endpoint using LiteLLM proxy.
Details
- Create
modules/docs/ module (routes, controller, service)
POST /api/docs/search — accepts query, returns AI-generated answer with source references
- Uses LiteLLM proxy at
lllm.pierreb.me for model abstraction
- Indexes OpenAPI spec + guide content for RAG context
- Module respects
activated flag
Phase 8 — Developer Docs (Step 5)
Summary
Add AI-powered documentation search endpoint using LiteLLM proxy.
Details
modules/docs/module (routes, controller, service)POST /api/docs/search— accepts query, returns AI-generated answer with source referenceslllm.pierreb.mefor model abstractionactivatedflagPhase 8 — Developer Docs (Step 5)