mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #529] feat: collections/docs for modelfiles with models #27635
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @racso-dev on GitHub (Jan 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/529
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
It's frustrating having to mention documents manually every time.
Describe the solution you'd like
It would be nice to have a RAG integration inside the Modelfiles definition.
OpenAI and their GPTs allow users to activate RAG and upload documents upon creation of a new GPT.
It would be really amazing to have such a feature ;)
@JasonPad19 commented on GitHub (Jan 26, 2024):
yes, looking at GenAI stack from docker,neo4j.
I am looking for a way to integrate a neo4j knowledge graph which has structured data and RAG pdf chunk data.
@racso-dev commented on GitHub (Feb 29, 2024):
Any plans on that feature?
@MarlNox commented on GitHub (Mar 5, 2024):
What's the approach? I'm also very interested in this feature. If there's a roadmap, id be glad to help realize it.
@tjbck commented on GitHub (Mar 5, 2024):
Blockers: #665
@pspeskoett commented on GitHub (Apr 25, 2024):
This is really what is missing right now to make the assistent setup really great
@flefevre commented on GitHub (May 7, 2024):
How can I help? Is there any test to perform?
@racso-dev commented on GitHub (Jun 7, 2024):
Any news on that?
@tjbck commented on GitHub (Jun 8, 2024):
I'll prioritise this feature for v0.4.0!
@flefevre commented on GitHub (Jun 9, 2024):
Hello Timothy,
That will be great but I think it should be associated with
-Enabling multi workspaces
-A workspace could have its own models, documents ,prompts.
-A workspace should be associated with its own embedded vector database base
-a workspace could be accessed by a group of users, thanks to the creator
and the managers of a workspace.
Hope we could discuss about these features.
And once again, 'BRAVO' for your project.
François, from France
Le sam. 8 juin 2024, 09:18, Timothy Jaeryang Baek @.***>
a écrit :
@tjbck commented on GitHub (Jun 10, 2024):
Implemented on dev!

@amrsa1 commented on GitHub (Oct 13, 2024):
I have attached very basic pdf and link it to relevant model llma 3.2 8b and adjust the emeddings model to nomic.
And for some reasons lllm in unable to give relevant answers ??
Am i missing anything ?