Commit Graph

12643 Commits (d67e8e61cb15c069eaf03675f49685c0fcfb724e)
 

Author SHA1 Message Date
perf3ct d67e8e61cb
break up ai_settings.ts into multiple files 2025-03-30 19:03:41 +07:00
perf3ct 58f855a46b
also fix other providers to not be reset when refreshing settings? 2025-03-30 18:55:09 +07:00
perf3ct 87a905984c
fix Ollama models always being overwritten upon settings load 2025-03-30 18:52:27 +07:00
perf3ct 86096ee5b1
Properly reload the LLM chat when swapping between LLM Chat Notes 2025-03-29 22:11:07 +07:00
perf3ct 5d3cfcd0fc
properly manage "saving" LLM chats 2025-03-29 21:55:37 +07:00
perf3ct def28b1dcd
migrate to a pipeline approach for LLM chats 2025-03-29 21:31:33 +07:00
perf3ct a8fc9e9768
render chat output as markdown, cool 2025-03-28 23:46:50 +07:00
perf3ct 8497e77b55
fix linter errors in providers 2025-03-28 23:27:40 +07:00
perf3ct 2311c3c049
centralize LLM constants more 2025-03-28 23:25:06 +07:00
perf3ct 224cb22fe9
centralize prompts 2025-03-28 23:07:02 +07:00
perf3ct 72c380b6f4
do a wayyy better job at building the messages with context 2025-03-28 22:50:15 +07:00
perf3ct ea4d3ac800
Do a better job with Ollama context, again 2025-03-28 22:29:33 +07:00
perf3ct 2899707e64
Better use of interfaces, reducing useage of "any" 2025-03-28 21:47:28 +07:00
perf3ct d1cd0a8817
fix ai_settings TPL location 2025-03-28 21:26:09 +07:00
perf3ct 2f573d4464
fix TPL location in llm_chat_panel.ts 2025-03-28 21:19:59 +07:00
perf3ct 0aa214786c
yeet unused app_service.js 2025-03-28 21:17:42 +07:00
perf3ct 59e77407e2
get rid of timeouts that aren't needed anymore 2025-03-28 21:14:57 +07:00
perf3ct 005ddc4a59
create more interfaces to decrease use of "any" 2025-03-28 21:04:12 +07:00
perf3ct 44cd2ebda6
fix requeue errors 2025-03-28 20:37:09 +07:00
perf3ct d201104662
Move additional chat buttons to another spot 2025-03-28 20:34:20 +07:00
perf3ct 921a243b0d
"Chat with Notes" launcher works 2025-03-28 20:16:16 +07:00
perf3ct a05013c8f4
fix AiChatButton 2025-03-28 20:06:11 +07:00
perf3ct aaa3ee2697
Well the AI chat note type "kinda" works... 2025-03-28 20:01:39 +07:00
perf3ct 5456ac32ef
set up embedding similarity constants and similarity system 2025-03-26 23:12:45 +07:00
perf3ct a7cafceac9
more heavily weigh notes with title matches when giving context to LLM 2025-03-26 23:05:16 +07:00
Elian Doran 35fbc731a7
Merge branch 'develop' into ai-llm-integration 2025-03-26 22:46:36 +07:00
Elian Doran 683bf64100
Merge pull request #1528 from TriliumNext/renovate/mermaid-11.x
fix(deps): update dependency mermaid to v11.6.0
2025-03-26 22:31:42 +07:00
perf3ct baef5f9ada
fix updateProvider parameter 2025-03-26 19:21:59 +07:00
perf3ct 15630fb432
add swaggerUI docstrings for LLM/AI API routes 2025-03-26 19:19:19 +07:00
perf3ct 7c519df9b5
fix prompt path import 2025-03-26 19:12:05 +07:00
perf3ct 713805394c
move providers.ts into providers folder 2025-03-26 19:10:16 +07:00
perf3ct 5869eaff9a
move more constants from files into centralized location 2025-03-26 18:08:30 +07:00
perf3ct a50575c12c
move more prompts to the constants file 2025-03-26 18:01:20 +07:00
perf3ct c49883fdfa
move constants to their own files and folder 2025-03-26 17:56:37 +07:00
Adorian Doran cdcfab1011 style(next)/scrollbars: tweak size 2025-03-26 19:47:37 +07:00
Elian Doran b95dca71db
Merge branch 'develop' into renovate/mermaid-11.x 2025-03-26 19:34:55 +07:00
Adorian Doran 733293c09a Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-03-26 19:33:13 +07:00
Adorian Doran dcd64554eb style(next): fix Firefox scrollbar styles overriding WebKit scrollbar styles 2025-03-26 19:33:11 +07:00
Elian Doran 84d75c3ee8
Merge pull request #1487 from TriliumNext/tray
Fix tray exception when multiple windows
2025-03-26 19:32:22 +07:00
Elian Doran 51913ecccf
Merge pull request #1520 from TriliumNext/renovate/electron-forge-monorepo
chore(deps): update electron-forge monorepo to v7.8.0
2025-03-26 19:16:54 +07:00
Adorian Doran 40e990d39a Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-03-26 19:15:32 +07:00
Adorian Doran be9b19d81c style(next): improve CSS formatting 2025-03-26 19:15:29 +07:00
--global 4b1551f5ec
Merge branch 'develop' of github.com:TriliumNext/Notes into develop 2025-03-26 19:11:13 +07:00
--global fd0018677c
test(i18n): add refresh button click after language change 2025-03-26 19:11:07 +07:00
Adorian Doran 4b9ea651a1 style(next): restyle Firefox scrollbars 2025-03-26 19:06:22 +07:00
--global e85b7f5e79
chore(vscode): add playwright to recommendations 2025-03-26 18:56:28 +07:00
Adorian Doran c2d917b926 style(next): restyle WebKit scrollbars 2025-03-26 18:53:17 +07:00
--global 0cedd697cc
fix(electron): not starting on an empty DB 2025-03-26 18:41:36 +07:00
Panagiotis Papadopoulos 1e713469e7 build(server): bump to latest node v22.14.0 -> fixes EBADENGINE warning
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'node-abi@4.2.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.18.1', npm: '10.8.2' }
npm warn EBADENGINE }
2025-03-26 08:12:22 +07:00
Panagiotis Papadopoulos b97c28bc13 ci: bump to node v22 -> fixes EBADENGINE warning
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'node-abi@4.2.0',
npm warn EBADENGINE   required: { node: '>=22.12.0' },
npm warn EBADENGINE   current: { node: 'v20.18.1', npm: '10.8.2' }
npm warn EBADENGINE }
2025-03-26 08:10:04 +07:00