2038 Commits

Author SHA1 Message Date
shamoon
e2fc7f596d
Add llmindex to systemstatus 2025-07-02 11:04:54 -07:00
shamoon
20e7f01cec
Auto-trigger llmindex rebuild when enabled 2025-07-02 11:04:04 -07:00
shamoon
96daa5eb18
Use PaperlessTask for llmindex 2025-07-02 11:04:04 -07:00
shamoon
77db0c399c
Move ai to its own module 2025-07-02 11:04:03 -07:00
shamoon
e51c7a27bb
Better respect perms for ai suggestions 2025-07-02 11:04:03 -07:00
shamoon
cce9dfd5b8
Update chat view decorators 2025-07-02 11:04:02 -07:00
shamoon
13ab148c7e
Use partial reindex for bulk updates 2025-07-02 11:04:00 -07:00
shamoon
2481a66544
Incremental llm index update, add scheduled llm index task 2025-07-02 11:03:59 -07:00
shamoon
8d48d398eb
Handle doc updates, refactor 2025-07-02 11:03:58 -07:00
shamoon
6f0c6f39b1
Fix gzip breaks streaming and flush stream 2025-07-02 11:03:55 -07:00
shamoon
e864a51497
Backend streaming chat 2025-07-02 11:01:57 -07:00
shamoon
4a28be233e
Fixup some tests 2025-07-02 11:01:56 -07:00
shamoon
5f26139a5f
Unify, respect perms
[ci skip]
2025-07-02 11:01:56 -07:00
shamoon
ccfc7d98b1
Individual doc chat
[ci skip]
2025-07-02 11:01:55 -07:00
shamoon
d1bd2af49c
Super basic doc chat
[ci skip]
2025-07-02 11:01:55 -07:00
shamoon
3660336bcf
Fix ollama, fix RAG
[ci skip]
2025-07-02 11:01:53 -07:00
shamoon
959ebdbb85
llamaindex vector index, llmindex mangement command 2025-07-02 11:01:52 -07:00
shamoon
f5fc04cfe2
Use a frontend config 2025-07-02 11:01:51 -07:00
shamoon
3186550fd7
Pass AI enabled to frontend 2025-07-02 11:01:51 -07:00
shamoon
be20c48588
Test views, caching 2025-07-02 11:01:49 -07:00
shamoon
377dcc39f5
Invalidate llm suggestion cache on doc save 2025-07-02 11:01:49 -07:00
shamoon
767118fa8a
Fix 2025-07-02 11:01:48 -07:00
shamoon
ffc0b936f3
Refactor 2025-07-02 11:01:47 -07:00
shamoon
1a6540e8ed
Move module 2025-07-02 11:01:47 -07:00
shamoon
faa5d3e5b9
Suggestions dropdown 2025-07-02 11:01:46 -07:00
shamoon
01dc3cc17c
Rename config 2025-07-02 11:01:45 -07:00
shamoon
05896d5b70
wow llama3 is bad 2025-07-02 11:00:59 -07:00
shamoon
65b8a74166
Changeup logging 2025-07-02 11:00:58 -07:00
shamoon
56b1c7adeb
Some logging, error handling 2025-07-02 11:00:58 -07:00
shamoon
55cb9cedc7
Basic start 2025-07-02 11:00:54 -07:00
Antoine Mérino
6591d5da63
Performance: Add support for configuring date parser languages (#10181)
---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2025-07-01 05:57:38 +00:00
shamoon
735681d294
Fix: correct api created coercion with timezone (#10287) 2025-06-28 21:39:14 -07:00
shamoon
dfad3c4d8e
Chore: clarify file deletion logging 2025-06-27 13:34:44 -07:00
shamoon
f214440d2e
Fix: correct PAPERLESS_EMPTY_TRASH_DIR to Path (#10227) 2025-06-19 11:50:23 -07:00
shamoon
434b1e3245
Fix: replace strtobool 2025-06-19 09:02:10 -07:00
shamoon
52b95f2b62
QoL: log version at startup, show backend vs frontend mismatch in system status (#10214) 2025-06-19 08:29:34 -07:00
shamoon
83391af866
Fix: more api fixes (#10204) 2025-06-19 08:28:41 -07:00
shamoon
3b069ac034
Fix: restore expected pre-2.16 scheduled workflow offset behavior (#10218) 2025-06-19 14:47:54 +00:00
Sebastian Steinbeißer
07882b918b
Chore: switch from os.path to pathlib.Path (#9933)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2025-06-18 17:16:59 +00:00
shamoon
e4fd008441
Fix: fix some API crashes (#10196) 2025-06-16 22:44:39 -07:00
shamoon
60ebdc0ad6
Fix: use hard delete for custom fields with workflow removal (#10191) 2025-06-16 07:09:22 -07:00
Kilian
246f17c6c8
Enhancement: support import of zipped export (#10073) 2025-06-13 10:06:37 -07:00
shamoon
8d48e99487
Fix: correct api schema for next_asn (#10151) 2025-06-09 09:32:34 -07:00
shamoon
454a2d9e9e
Fix: fix email and notes endpoints api spec (#10148) 2025-06-09 07:09:28 -07:00
shamoon
51e6eed72a
Fix: handle whoosh query correction errors (#10121) 2025-06-05 08:57:25 -07:00
shamoon
422bffe1a6
Performance: pre-filter document list in scheduled workflow checks (#10031) 2025-06-03 21:47:29 +00:00
shamoon
e97cfb9b5e
Chore: refactor consumer plugin checks to a pre-flight plugin (#9994) 2025-06-03 19:28:49 +00:00
shamoon
bc2facc87f
Chore: use pathlib in remaining tests 2025-06-03 11:48:17 -07:00
shamoon
15b1b83c66
Chore/fix: cleanup user or group references in settings upon deletion (#10049) 2025-05-29 19:05:48 +00:00
matthesrieke
e9746aa0e3
Enhancement: include DOCUMENT_TYPE to post consume scripts (#9977)
* expose DOCUMENT_TYPE to post consume scripts

* Apply suggestions from code review

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2025-05-28 23:32:59 +00:00