f327da93fc2ff31ed621551194bd95fae786c731
OpenWebUI-RAG
This repository contains resources, scripts, and outputs related to OpenWebUI with RAG (Retrieval-Augmented Generation) support.
⚠️ Content Notice: If you see material here that you own and want it removed, please DM me on Discord: NekoMonci. I will remove it promptly.
About
OpenWebUI-RAG is designed to:
- Integrate knowledge bases into OpenWebUI for enhanced question answering.
- Allow dynamic loading of
.mdor.mdxdocuments as RAG sources. - Support multiple LLM providers for retrieval-based generation. This repository is part of my ongoing development projects under YueMi-Development.
Usage
- Clone the repository:
git clone https://git.yuemi.org/YueMi-Development/OpenWebUI-RAG.git
- Add your knowledge base files (.md or .mdx) into the designated folder.
- Configure your .env or CLI parameters for your LLM provider (OpenAI, Gemini, Anthropic).
- Start the OpenWebUI server with RAG enabled.
Contributing
Contributions are welcome! You can help improve this project by submitting Pull Requests:
- Fork the repository
- Create a new branch for your feature or fix
- Make your changes and test them
- Submit a Pull Request to the main repository Please ensure your contributions are compatible with AGPL-3.0 licensing.
License
This project’s code is licensed under AGPL-3.0. Any included content that originates from external sources remains the property of the respective owners.
Contact
- Discord: NekoMonci (for removal requests or questions)
Languages
Markdown
100%