open-webui / pipelines

Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework
MIT License
769 stars 232 forks source link

feat: external rag pipeline support #15

Open tjbck opened 7 months ago

tjbck commented 7 months ago

extension of open-webui/open-webui#460

maxruby commented 4 months ago

@tjbck I would love to find out if/how we can support custom RAG pipelines with Open WebUI in the very near future. Especially, support different document parsing/embedding strategies. Would be willing to contribute to this project - perhaps it would be good to know if there are already any thoughts/preferences on an API implementation?

tjbck commented 4 months ago

@maxruby Our plan is allow custom plugins that enable agentic workflow/custom RAG pipelines via this project: https://github.com/open-webui/pipelines