docs icon indicating copy to clipboard operation
docs copied to clipboard

Feature Request: updated single page with the exhaustive documentation for LLMs.

Open thiswillbeyourgithub opened this issue 11 months ago • 1 comments

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.

thiswillbeyourgithub avatar Mar 09 '25 22:03 thiswillbeyourgithub

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.

TheAlex25 avatar May 09 '25 20:05 TheAlex25

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?

Classic298 avatar Sep 14 '25 09:09 Classic298

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.

silentoplayz avatar Oct 07 '25 09:10 silentoplayz