You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add OpenAPI documentation for Llama Stack Modular UI BFF
- Add comprehensive OpenAPI 3.0 specification for BFF endpoints
- Include /api/v1/query endpoint for RAG and chat completion
- Add vector database management endpoints
- Include model management endpoints
- Fix CORS configuration for healthcheck endpoint to enable Swagger UI
- Document only public-facing models and remove authentication requirements
- Add common schemas and responses in separate lib/common.yaml file
The OpenAPI documentation can be visualized using Swagger UI or any OpenAPI viewer.
Run the BFF with: make run STATIC_ASSETS_DIR=../frontend/dist MOCK_LS_CLIENT=true ALLOWED_ORIGINS="*"
0 commit comments