Feature Request: updated single page with the exhaustive documentation for LLMs.
Hi.
I think it would be nice to add a doc page that contains the exhaustive documentation of open-webui in an LLM friendly format. This way it would be easy to do RAG on it. For example to troubleshoot Functions code etc.
It could even be included as a default document to the RAG document collections of open-webui, making it even easier for people to check if RAG is working fine.
I second this. Would be cool to run RAG on OpenWebUI's documentation. It would be nice if all software had the manuals in one PDF. It would make troubleshooting easier as RAG can work better with one file instead of HTML.
hmm - shouldn't all pages be very RAG friendly already due to them being markdown? What exactly are you asking for here, what can be improved?
https://docs.openwebui.com/tutorials/tips/rag-tutorial#setup exists already. It's possible to create a Knowledge base/collection in Open WebUI using its documentation .md/.mdx files.