Replies: 2 comments 1 reply
-
Hey @AxcellF , that’s super awesome progress! I’m happy to try a PR with the current state. You followed nicely the patterns in the project. Thank you so much! 🫶 |
Beta Was this translation helpful? Give feedback.
1 reply
-
This feature is released. Awesome contribution! 🎉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - thanks for this amazing project, massively useful!
I'm mostly using paperless to keep track of receipts, and really wanted to have the ability for the LLM to also generate suggestions for created_date.
I'm by no means a web developer, but I gave it a go. I have something working, and been using it for the last couple of days on my local docker install w/o any issues. However, there are some areas that I'm fairly sure I haven't covered (testing for the most part, especially front end but also backend), so felt that it wasn't ready for a PR. Also it seems npm and go have updated the package versions of a bunch of stuff, not sure if that should be committed or not.
If the code is of interest at all, my fork is available here for someone more knowledgeable to put in the last bit of effort to make it ready for a PR.
One major flaw I can think of is that there should probably be a check for the date suggestion returned from the LLM to
a) Actually be a date (and if not log an error)
b) Follow the by paperless-ngx expected date format (YYYY-MM-DD), and if not convert to that format.
Beta Was this translation helpful? Give feedback.
All reactions