From 111ccda1f25fa00f15ac59ed1f739715dd17ee78 Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:11:25 -0400 Subject: [PATCH] Update api.md Fix RAG Swagger Documentation endpoint --- docs/getting-started/api.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/getting-started/api.md b/docs/getting-started/api.md index 2d18dbf..6f355c5 100644 --- a/docs/getting-started/api.md +++ b/docs/getting-started/api.md @@ -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! 🌟 \ No newline at end of file +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! 🌟