perf3ct
|
49e123f399
|
feat(llm): create endpoints for starting/stopping embeddings
|
2025-06-05 18:47:25 +00:00 |
|
perf3ct
|
a084805762
|
Merge branch 'develop' into feat/llm-change-to-single-provider
|
2025-06-05 18:26:40 +00:00 |
|
Elian Doran
|
e56e3595a8
|
fix(client): context menu dismissing on mobile (closes #2128)
|
2025-06-05 19:14:50 +03:00 |
|
SiriusXT
|
6508ef4fce
|
fix(tab-row): Avoid this.newTabOuterWidth being a decimal in Electron
|
2025-06-05 20:27:58 +08:00 |
|
SiriusXT
|
7b1c6807ba
|
fix(tab-row): Remove shift+wheel tab switching
|
2025-06-05 20:20:29 +08:00 |
|
SiriusXT
|
be8ee350cb
|
fix(tab-row): ensure similar behavior between horizontal/vertical scrolling
|
2025-06-05 19:54:37 +08:00 |
|
SiriusXT
|
5d017f4524
|
Merge branch 'develop' into date/time
|
2025-06-05 18:57:19 +08:00 |
|
SiriusXT
|
b721bb4cfc
|
fix(tab-row): ensure similar behavior between horizontal/vertical scrolling
|
2025-06-05 17:54:34 +08:00 |
|
perf3ct
|
5db514e245
|
fix(llm): fix the buggy embedding selection dropdown
|
2025-06-04 23:02:10 +00:00 |
|
perf3ct
|
63722a28a2
|
feat(llm): also add embeddings options for embedding creation
|
2025-06-04 22:30:16 +00:00 |
|
perf3ct
|
3dee462476
|
feat(llm): automatically fetch models when provider settings change
|
2025-06-04 21:32:42 +00:00 |
|
perf3ct
|
a20e36f4ee
|
feat(llm): change from using precedence list to using a sing specified provider for either chat and/or embeddings
|
2025-06-04 20:13:13 +00:00 |
|
Elian Doran
|
5fc8100c5d
|
fix(build): not all entity types taken into consideration
|
2025-06-04 15:48:38 +03:00 |
|
SiriusXT
|
a88815cf6b
|
fix(insert time): resolve merge conflicts
|
2025-06-04 16:53:36 +08:00 |
|
SiriusXT
|
8b8969f6e9
|
feat(insert time):fix: resolve merge conflicts
|
2025-06-04 16:50:36 +08:00 |
|
SiriusXT
|
3cdee1ac86
|
Merge branch 'develop' into date/time
|
2025-06-04 16:48:37 +08:00 |
|
Elian Doran
|
df7f0d4099
|
Merge pull request #2110 from TriliumNext/feat/llm-integration-part3
LLM Integration, part 3
|
2025-06-04 11:41:49 +03:00 |
|
Elian Doran
|
8445ece231
|
Merge pull request #2106 from TriliumNext/fix/llm-becca-sync
fix(llm): Fix Note Embeddings not being synced correctly and causing sync loops
|
2025-06-04 11:38:49 +03:00 |
|
Elian Doran
|
c5662cae46
|
Merge pull request #2100 from TriliumNext/patch-style
fix(theme): missing --selection-background-color in theme
|
2025-06-04 11:12:08 +03:00 |
|
Elian Doran
|
aa6ad0b619
|
Merge pull request #2117 from TriliumNext/external_links
fix(link): Allow external links containing # to open
|
2025-06-04 11:10:08 +03:00 |
|
Elian Doran
|
f4358f3dc1
|
Merge branch 'develop' into patch-style
|
2025-06-04 10:36:49 +03:00 |
|
SiriusXT
|
6a80bda335
|
vitest(link): add Vitest test cases for parseNavigationStateFromUrl
|
2025-06-04 14:58:11 +08:00 |
|
SiriusXT
|
69d1c1519f
|
fix(link): Allow external links containing # to open
|
2025-06-04 14:57:13 +08:00 |
|
Elian Doran
|
380cb62d2b
|
chore(editor): relocate bookmark icon in floating toolbar
|
2025-06-04 08:54:18 +03:00 |
|
SiriusXT
|
0b3ebae59c
|
fix(insert time): Remove unnecessary async
|
2025-06-04 09:07:15 +08:00 |
|
SiriusXT
|
a5ba1b0489
|
fix(link): Allow external links containing # to navigate
|
2025-06-03 14:27:32 +08:00 |
|
perf3ct
|
336cd1fbda
|
fix(llm): storing >1 message in a chat note works
fix(llm): storing >1 message in a chat note works
|
2025-06-03 03:15:17 +00:00 |
|
Jon Fuller
|
36a1316612
|
Merge branch 'develop' into patch-style
|
2025-06-02 19:18:53 -07:00 |
|
perf3ct
|
e7e04b7ccd
|
refactor(llm): streamline chat response handling by simplifying content accumulation and removing unnecessary thinking content processing
|
2025-06-02 23:25:15 +00:00 |
|
perf3ct
|
0d305cd22c
|
refactor(llm): optimize chat UI updates by checking for new content and preserving scroll position
|
2025-06-02 22:34:10 +00:00 |
|
perf3ct
|
7b498cf384
|
refactor(llm): update chat saving logic to prevent race conditions between client and server
|
2025-06-02 22:30:59 +00:00 |
|
perf3ct
|
00ce765e96
|
Merge branch 'develop' into feat/llm-integration-part3
|
2025-06-02 20:24:18 +00:00 |
|
perf3ct
|
934efab533
|
refactor(llm): update handling of note embeddings and clean up LoadResults class
|
2025-06-02 19:10:47 +00:00 |
|
perf3ct
|
b0d60f8004
|
refactor(llm): update NoteEmbeddingRow structure and add handling in LoadResults class
|
2025-06-02 19:01:34 +00:00 |
|
perf3ct
|
cc0795f812
|
fix(llm): also add note_embeddings to froca and consistency tests
|
2025-06-02 15:49:45 +00:00 |
|
Elian Doran
|
d7c6c8f5fd
|
feat(geomap): the line of GPX traces now respects the #color attribute
|
2025-06-02 15:53:19 +03:00 |
|
SiriusXT
|
f4f593c2ba
|
fix(theme): missing --selection-background-color in theme
|
2025-06-02 15:24:52 +08:00 |
|
perf3ct
|
f6af617f6b
|
feat(llm): redo chat storage, part 2
|
2025-06-02 02:38:21 +00:00 |
|
Jon Fuller
|
c28edb674c
|
Merge branch 'develop' into feat/note-edit-readonly-fix2
|
2025-06-01 18:51:28 -07:00 |
|
perf3ct
|
35f78aede9
|
feat(llm): redo chat storage, part 1
|
2025-06-02 00:56:19 +00:00 |
|
Adorian Doran
|
206905b278
|
style(next)/ribbon: improve the appearance of the Edited Notes list
|
2025-06-01 16:36:00 +03:00 |
|
SiriusXT
|
3c23f5d43f
|
fix(insert time): Improve translation
|
2025-06-01 21:23:11 +08:00 |
|
Adorian Doran
|
e3d1eccfd6
|
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
|
2025-06-01 16:15:03 +03:00 |
|
Adorian Doran
|
8b2c978413
|
style(next)/floating buttons container: fix an alignment issue
|
2025-06-01 16:15:00 +03:00 |
|
Elian Doran
|
41b0f27420
|
fix(geo_map): icons for GPX waypoints
|
2025-06-01 15:46:33 +03:00 |
|
SiriusXT
|
7918f8f230
|
fix(insert time): Improve translation
|
2025-06-01 20:35:55 +08:00 |
|
Elian Doran
|
4509ef62b5
|
refactor(client): fix types
|
2025-06-01 15:23:35 +03:00 |
|
Elian Doran
|
1ee10ca209
|
fix(geomap): missing start/end icons + add customization
|
2025-06-01 15:18:15 +03:00 |
|
Elian Doran
|
365fd37be5
|
refactor(geomap): avoid parsing XML twice
|
2025-06-01 14:18:27 +03:00 |
|
SiriusXT
|
cef362c123
|
feat(insert time): Add inserting time via UI
|
2025-06-01 19:15:59 +08:00 |
|