3605 Commits

Author SHA1 Message Date
perf3ct
781a2506f0
fix embeddings w/ cls.init() 2025-03-16 18:55:53 +00:00
perf3ct
0081e6f1d0
fix sql error and add missing options 2025-03-16 18:53:01 +00:00
perf3ct
c315b32c99
wait for DB init even to emit before starting LLM services 2025-03-16 18:21:43 +00:00
perf3ct
697d348286
set up more reasonable context window and dimension sizes 2025-03-16 18:08:50 +00:00
perf3ct
572a03a3f7
Merge branch 'develop' into ai-llm-integration 2025-03-16 17:39:27 +00:00
Elian Doran
62706a6af2
chore(release): 0.92.4 2025-03-16 16:04:21 +02:00
Elian Doran
800424405a
fix(import/zip): support special characters for attachments 2025-03-16 14:39:27 +02:00
Elian Doran
3eaa68da23
feat(import/markdown): maintain consistency with CKEditor for images 2025-03-16 13:58:31 +02:00
Elian Doran
8aaf2367e9
feat(in-app-help): hide notes that are hidden from share 2025-03-16 13:33:07 +02:00
Elian Doran
3c93fdc202
feat(markdown/import): remove space in admonition 2025-03-15 22:39:33 +02:00
perf3ct
c556989f85
Merge branch 'develop' into ai-llm-integration 2025-03-15 19:38:27 +00:00
Elian Doran
1bf16bfa22
feat(import/markdown): remove spaces in lists 2025-03-15 21:30:19 +02:00
Elian Doran
30593eeeac
refactor(import/markdown): change renderer instead of applying an uglifier 2025-03-15 21:07:02 +02:00
Elian Doran
2b966afbe1
fix(test): tests that got broken along the way 2025-03-15 17:51:10 +02:00
Panagiotis Papadopoulos
2a5ac80c05 chore(utils/safeExtractMessageAndStackFromError): add explicit return type to have it as a named tuple 2025-03-15 12:19:27 +01:00
Elian Doran
535233fec8
feat(import/markdown): basic support for admonitions 2025-03-15 11:58:11 +02:00
Elian Doran
6d67e69e2f
feat(export/markdown): basic support for admonitions 2025-03-15 11:30:56 +02:00
Elian Doran
0f28bbb1be
feat(server): use custom temporary directory within trilium-data 2025-03-15 10:11:54 +02:00
Elian Doran
d9764365cb
feat(import): allow importing .excalidraw files 2025-03-14 22:13:31 +02:00
Elian Doran
ad8c1a4a29
feat(export): use right extension for canvas 2025-03-14 22:01:04 +02:00
Elian Doran
a2f0896c2a
feat(import/markdown): collapse unnecessary whitespace when importing 2025-03-14 19:50:26 +02:00
Elian Doran
6b89bffffb
feat(export/markdown): preserve keyboard shortcuts 2025-03-14 17:59:50 +02:00
Elian Doran
80421bb220
refactor(server): rename md -> markdown for consistency 2025-03-14 16:25:10 +02:00
perf3ct
6bb4bbb1af
specially handle Buffer objects into Base64 and back for Becca 2025-03-12 22:43:58 +00:00
perf3ct
8d7e5c8d43
fix the maths for stats 2025-03-12 21:18:59 +00:00
perf3ct
ee7b2283de
correctly style the failed embeddings section 2025-03-12 21:13:49 +00:00
perf3ct
c914aaa4a8
do a better job of handling failed note embeddings 2025-03-12 21:04:06 +00:00
Jon Fuller
39d265a9fa
Merge branch 'develop' into ai-llm-integration 2025-03-12 11:58:30 -07:00
perf3ct
a930b79cf5
synchronize embeddings 2025-03-12 18:22:05 +00:00
perf3ct
b6df3a721c
allow user to select *where* they want to generate embeddings 2025-03-12 18:02:51 +00:00
perf3ct
3fee82eaa5
rename files with the same name 2025-03-12 16:51:09 +00:00
perf3ct
73445d97e7
move chunking to its own folder 2025-03-12 16:33:46 +00:00
Elian Doran
06d848ba17
feat(code): support mips (closes #1406) 2025-03-12 10:54:44 +02:00
Elian Doran
42821d47c8
refactor(mime): sort alphabetically 2025-03-12 10:54:19 +02:00
perf3ct
46a6533e57
update chunking management 2025-03-12 01:26:25 +00:00
perf3ct
e5afbc6ddc
better manage chunking errors 2025-03-12 01:21:36 +00:00
perf3ct
fcba151287
allow for manual index rebuild, and ONLY rebuild the index 2025-03-12 00:17:30 +00:00
perf3ct
eaa947ef7c
"rebuild index" functionality for users 2025-03-12 00:08:39 +00:00
perf3ct
72b1426d94
break up large vector_store into smaller files 2025-03-12 00:02:02 +00:00
perf3ct
730d123802
create llm index service 2025-03-11 23:26:47 +00:00
perf3ct
3f37196fe7
add additional options for users 2025-03-11 23:26:39 +00:00
perf3ct
0d2858c7e9
upgrade chunking 2025-03-11 23:04:51 +00:00
perf3ct
6ce3f1c355
better note names to LLM? 2025-03-11 22:47:36 +00:00
perf3ct
1f661e4c90
make sure to not retry chunks if they fail or something else 2025-03-11 20:38:40 +00:00
perf3ct
f47b070f0f
I think this works to handle failed embeddings 2025-03-11 20:22:01 +00:00
Elian Doran
b278bc8ce4
refactor(test): use matrix for testing import/export 2025-03-11 21:11:23 +02:00
Elian Doran
8c71e6aa90
fix(export/markdown): proper language tag for Nginx 2025-03-11 21:05:55 +02:00
perf3ct
71b3b04c53
break up the huge context_extractor into smaller files 2025-03-11 18:39:59 +00:00
perf3ct
0985cec8d6
implement chunking and use becca for some functionality 2025-03-11 18:17:41 +00:00
perf3ct
4160db9728
fancier (but longer waiting time) messages 2025-03-11 18:07:28 +00:00