-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Chat about all documents #259
Comments
That will be hard for the tokenlimit on most LLMs or extremly costly when using a non selfhosted LLM. If you can point me in a direction to implement this feature without running in those problems I mentioned, then I can do it probally. |
Maybe just as an idea. This could be achieved by using a RAG. If openwebui could be used as an endpoint, the existing paperless plugin of it could be used to do the request then. This would of course only be possible for local machines. The FR would then be to create the possibility to have OpenWebui API as endpoint. Maybe this would also solve #217 (comment) (DeepSeek R1 integration) as well |
Of course, but also implementing a check to see if the users environment is able to do RAG and only enable that feature AND rewrite a whole lot of the basic code structure. I dont think this is in my biggest interest right now (as speaking of time right now). |
|
I will give it a try the coming days 👍 but time is rare at the moment as I am a dad since a couple of days 😆 |
Hey congrats man!!!! |
Thank you 👶 |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
It would be cool to absolutely limit the documents which are edited to only a specific tag, but be able to chat about all documents no matter what tag
Describe alternatives you've considered
Process all documents but i do not want to edit my whole database by AI
Just the ones in my inbox
The text was updated successfully, but these errors were encountered: