You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I noticed that when I'm using my local ollama instance, only the tags and Correspondent was being updated. The title was not. I looked at the code and noticed that only the tags and correspondents are returned
I made a test fork to see if returning the full json object with the tags and corespondent validated works. And with this commit it updates the title properly: voxibanez@dd21a15
To Reproduce
Steps to reproduce the behavior:
Use Ollama as the AI
Process a new document
Observe the full json output from Ollama in the paperless-ai logs
Look at the paperless-ai logs and see what it is sending to paperless-ngx
Expected behavior
The title should be included in the data sent to paperless-ngx.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Addressing Fixes and new Features:
Fixes:
#66#61#58#55#53#45#59#52#49#31#37#52
Added:
- Big New Feature: Playground
- Try your prompts on your documents and see how they perform. In Playground no data will be updated in Paperless.
- Added Code and Markdown interpretation in Chat Mode.
- Chat Mode now works with Ollama
Describe the bug
I noticed that when I'm using my local ollama instance, only the tags and Correspondent was being updated. The title was not. I looked at the code and noticed that only the tags and correspondents are returned
paperless-ai/services/ollamaService.js
Line 83 in 107b6b7
I made a test fork to see if returning the full json object with the tags and corespondent validated works. And with this commit it updates the title properly: voxibanez@dd21a15
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The title should be included in the data sent to paperless-ngx.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: