ragflow/api
Matej Horník dd1146ec64
feat: docs for api endpoints to generate openapi specification (#3109)
### What problem does this PR solve?

**Added openapi specification for API routes. This creates swagger UI
similar to FastAPI to better use the API.**
Using python package `flasgger`

### Type of change
- [x] New Feature (non-breaking change which adds functionality)

Not all routes are included since this is a work in progress.

Docs can be accessed on: `{host}:{port}/apidocs`
2024-11-04 15:35:36 +08:00
..
apps feat: docs for api endpoints to generate openapi specification (#3109) 2024-11-04 15:35:36 +08:00
db Add test for API (#3134) 2024-11-01 22:59:17 +08:00
utils Add test for CI (#3114) 2024-10-31 14:07:23 +08:00
__init__.py rename web_server to api (#29) 2024-01-17 09:43:27 +08:00
contants.py fix: Large document thumbnail display failed (#2763) 2024-10-10 09:09:29 +08:00
ragflow_server.py feat: docs for api endpoints to generate openapi specification (#3109) 2024-11-04 15:35:36 +08:00
settings.py set default LLM to new registered user (#3180) 2024-11-04 15:03:07 +08:00
versions.py Fix docker file bugs (#2662) 2024-09-29 18:24:24 +08:00