Update api.md

Fix RAG Swagger Documentation endpoint
This commit is contained in:
silentoplayz 2024-10-01 14:11:25 -04:00 committed by GitHub
parent df5ad39a98
commit 1238961f0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,16 +49,16 @@ Open WebUI offers a myriad of benefits, making it an essential tool for develope
## Swagger Documentation Links
Access detailed API documentation for different services provided by Open WebUI:
| Application | Documentation Path |
|-------------|----------------------|
| Main | `/docs` |
| WebUI | `/api/v1/docs` |
| Ollama | `/ollama/docs` |
| OpenAI | `/openai/docs` |
| Images | `/images/api/v1/docs`|
| Audio | `/audio/api/v1/docs` |
| RAG | `/rag/api/v1/docs` |
| Application | Documentation Path |
|-------------|-------------------------|
| Main | `/docs` |
| WebUI | `/api/v1/docs` |
| Ollama | `/ollama/docs` |
| OpenAI | `/openai/docs` |
| Images | `/images/api/v1/docs` |
| Audio | `/audio/api/v1/docs` |
| RAG | `/retrieval/api/v1/docs`|
Each documentation portal offers interactive examples, schema descriptions, and testing capabilities to enhance your understanding and ease of use.
By following these guidelines, you can swiftly integrate and begin utilizing the Open WebUI API. Should you encounter any issues or have questions, feel free to reach out through our Discord Community or consult the FAQs. Happy coding! 🌟
By following these guidelines, you can swiftly integrate and begin utilizing the Open WebUI API. Should you encounter any issues or have questions, feel free to reach out through our Discord Community or consult the FAQs. Happy coding! 🌟