10107 Commits

Author SHA1 Message Date
perf3ct
ecc183f57d
almost completely styled codeblocks in response 2025-03-10 23:09:15 +00:00
perf3ct
9834e77bb4
fix context logic 2025-03-10 20:04:49 +00:00
Elian Doran
d639798fa8
refactor(server): deduplicate options init 2025-03-10 21:21:59 +02:00
Elian Doran
e79f18f001
fix(edit-docs): convert to Markdown 2025-03-10 21:15:33 +02:00
perf3ct
f482b3b4c8
do a better job of extracting context 2025-03-10 18:53:36 +00:00
Elian Doran
d134ee0552
fix(edit-docs): preserve attachment IDs 2025-03-10 20:50:57 +02:00
perf3ct
c386e34c33
Update the chat panel theme some 2025-03-10 17:34:31 +00:00
Elian Doran
7a4b1b41b4
feat(edit-docs): periodic export 2025-03-10 19:34:10 +02:00
Elian Doran
841bc54f78
feat(edit-docs): preserve IDs when importing 2025-03-10 19:14:46 +02:00
Elian Doran
f3d753cc46
feat(edit-docs): initialize database automatically 2025-03-10 17:04:17 +02:00
Elian Doran
6a549af34a
feat(edit-docs): clean up meta 2025-03-10 16:37:39 +02:00
Elian Doran
df2a9aed44
feat(edit-docs): automatically write documentation on start-up 2025-03-10 16:20:48 +02:00
Elian Doran
2530c01a31
chore(docs): update in-app documentation 2025-03-10 16:20:13 +02:00
Elian Doran
6c845102d3
fix(build): missing arguments in eslint.spec.ts 2025-03-10 09:25:33 +02:00
perf3ct
08626c7a2d
when a user clicks on a source, don't swap focus 2025-03-10 05:57:16 +00:00
perf3ct
bd97d971ed
this is pretty close to opening a new tab? 2025-03-10 05:52:33 +00:00
perf3ct
75e18e42bf
Make the sources section fancier 2025-03-10 05:27:27 +00:00
perf3ct
c1585c73da
actually shows useful responses now 2025-03-10 05:06:33 +00:00
perf3ct
ef6ecdc42d
it errors, but works 2025-03-10 04:28:56 +00:00
perf3ct
cf0e9242a0
try a context approach 2025-03-10 03:34:48 +00:00
Romain DEP.
5658f22f9a feat(calendar): do no longer require # or ~ to be specified by the user
to signify that the provided attribute is a label or a relation. It will now
work either way, giving preference to the label if one is found.
2025-03-09 22:44:45 +01:00
Romain DEP.
85917d7207 feat(calendar): support displaying of attributes and realtions with multiple cardinality 2025-03-09 21:26:41 +01:00
Elian Doran
e129e0369d
server(attachments): render empty SVGs properly (closes #1378) 2025-03-09 22:23:01 +02:00
Elian Doran
be6e56fbe8
feat(eslint): add support for module.exports 2025-03-09 21:41:13 +02:00
Elian Doran
1fb4634b7b
feat(eslint): add globals for jQuery 2025-03-09 21:38:16 +02:00
Elian Doran
8a1b565aee
feat(touch_bar): add unlock button for read-only text 2025-03-09 20:41:31 +02:00
Elian Doran
975e641286
feat(touch_bar): run button for scripts 2025-03-09 15:31:03 +02:00
Elian Doran
615a5f7222
feat(touch_bar): change selected color 2025-03-09 14:58:43 +02:00
Elian Doran
07c9565e0c
feat(touch_bar): reflect state for paragraph and headings 2025-03-09 14:42:23 +02:00
Elian Doran
e71a18f4e4
feat(touch_bar): reflect state for underline, italic 2025-03-09 14:37:00 +02:00
Elian Doran
fff140d141
feat(touch_bar): reflect state for bold 2025-03-09 14:28:18 +02:00
Romain DEP.
6c1cb71c9f feat(calendar): make it so that events with customized calendar:startDate and calendar:endDate can be drag&dropped on the calendar view 2025-03-09 13:03:15 +01:00
perf3ct
adaac46fbf
I'm 100% going to have to destroy this commit later 2025-03-09 02:19:26 +00:00
perf3ct
733fdcf8ba
update relationship weights 2025-03-08 23:36:04 +00:00
perf3ct
7e232d17e1
Create better relationships between notes, sanitize ridiculous spacing to save tokens 2025-03-08 23:34:09 +00:00
perf3ct
19bf741cd9
fancier embedding process stats 2025-03-08 23:22:28 +00:00
perf3ct
51c83bbbc8
show fancier stats 2025-03-08 23:21:21 +00:00
perf3ct
1ca98e2fc2
update embedding stats every 5s for user 2025-03-08 23:19:41 +00:00
perf3ct
0cd1be5568
Show embedding generation stats to user 2025-03-08 23:17:13 +00:00
perf3ct
0daa9e717f
I can create embeddings now? 2025-03-08 23:13:49 +00:00
perf3ct
6ace4d5692
nearly able to process embeddings 2025-03-08 23:08:25 +00:00
perf3ct
dc439b21b0
update schema with our new tables 2025-03-08 23:01:45 +00:00
perf3ct
553f7dd498
fix the Ollama embedding model setting option breaking 2025-03-08 22:28:14 +00:00
perf3ct
d3013c925e
add additional options for ollama embeddings 2025-03-08 22:23:50 +00:00
perf3ct
ea6f9c8e18
initialize embeddings if option is enabled 2025-03-08 22:04:31 +00:00
perf3ct
1361e4d438
set up embedding API endpoints 2025-03-08 22:04:10 +00:00
perf3ct
c442943672
add additional AI / LLM options and translations 2025-03-08 22:03:58 +00:00
perf3ct
1ff5bc6edd
set up embedding providers here? 2025-03-08 22:03:45 +00:00
perf3ct
b248a7a2b5
create embedding services 2025-03-08 22:02:47 +00:00
Elian Doran
ff78ab650a
feat(touch_bar): use disabled button for geomap 2025-03-08 23:25:06 +02:00