Commit Graph

17706 Commits

Author SHA1 Message Date
Tienson Qin
aeeaad3eb0 fix: embedding status 2025-07-23 20:12:19 +08:00
Tienson Qin
9335281d4a fix: webpack release failed to require path 2025-07-23 15:25:50 +08:00
Tienson Qin
4b935df5d3 fix: katex path 2025-07-23 14:42:54 +08:00
Tienson Qin
5d7f56361a downgrade shadow-cljs 2025-07-23 14:36:38 +08:00
Tienson Qin
31004ee371 wip: webpack release build 2025-07-23 12:40:25 +08:00
Gabriel Horner
6ef1c62e95 chore: mv sanitize-filename into exporter
should fix outliner CI as it never loads exporter
2025-07-22 12:24:14 -04:00
Gabriel Horner
5de565dcce fix: some pdf annotations weren't imported
. Creation of edn+md paths from pdf path were lacking sanitization which
resulted in edn and md files not being associated with pdf

Fixes https://github.com/logseq/db-test/issues/196#issuecomment-3059363947.
Also fix incorrect dep
2025-07-22 12:24:14 -04:00
Gabriel Horner
536f39cbbd enhance: import basic pdf text annotation
Only read edn for now. Works in UI and CLI.
Also correctly keeps annotation edn from being copied since
it's no longer used
2025-07-22 08:57:21 -04:00
charlie
957109bcad enhance(mobile): improve scroll for the editing block 2025-07-22 16:48:21 +08:00
Tienson Qin
52c724a84e fix: block editor position on mobile 2025-07-22 13:05:44 +08:00
charlie
f14f7c3ce8 enhance(mobile): skeleton layout 2025-07-22 12:21:31 +08:00
charlie
1acac64506 Merge branch 'enhance/mobile-silk' of https://github.com/logseq/logseq into enhance/mobile-silk 2025-07-22 12:15:52 +08:00
charlie
67b2f206f2 fix(mobile): incorrect scroll for the block modal page 2025-07-22 12:15:34 +08:00
Tienson Qin
fee8d1a34f chore: remove mobile.ionic 2025-07-22 11:50:19 +08:00
charlie
957cb9e91e enhance(mobile): remove alert type modal 2025-07-22 11:47:26 +08:00
charlie
c8f883b5f2 enhance(mobile): improve topbar layout 2025-07-22 11:35:04 +08:00
charlie
6bbe6f97ab Merge branch 'master' into enhance/mobile-silk 2025-07-22 09:11:58 +08:00
Tienson Qin
0722688fd8 feat: hybrid search 2025-07-21 21:47:36 +08:00
Tienson Qin
337b28e5d4 set batch size to 500 2025-07-21 20:53:35 +08:00
Tienson Qin
2c27aee09d use db/id for hnsw label
Because db/id is unique, auto-increment so that old ids are not re-used.
2025-07-21 20:14:14 +08:00
Tienson Qin
f1d8e526fc enhance: set embedding distance to 0.3 to keep search result related 2025-07-21 17:44:45 +08:00
Tienson Qin
bf3af0fedd perf: skip refresh ui for embedding data transactions 2025-07-21 17:21:20 +08:00
Tienson Qin
690b92c975 enhance: adjust batch embedding size to cut down resource usage 2025-07-21 17:15:06 +08:00
Tienson Qin
3f20f44790 enhance: add embedding indicator 2025-07-21 17:06:17 +08:00
charlie
ed0f63e835 enhance(mobile): improve action sheet modal for the graph switcher 2025-07-21 16:52:52 +08:00
Tienson Qin
2e65b639dc fix: cancel index when switching to another model 2025-07-21 16:37:35 +08:00
Tienson Qin
ae78fc65c4 enhance: start embedding after selected a model 2025-07-21 16:22:17 +08:00
Tienson Qin
910c8f448f Use missionary clock for auto embedding 2025-07-21 16:13:17 +08:00
Tienson Qin
b23f9e28a2 feat: add semantic search result when searching blocks 2025-07-21 13:30:45 +08:00
charlie
cab7486d7f enhance(mobile): polish details 2025-07-21 12:17:36 +08:00
charlie
e298d7d0f0 enhance(mobile): improve the editor scroll view 2025-07-21 11:31:58 +08:00
Tienson Qin
f296c1e67d fix: auto embedding stops when switching graph 2025-07-19 15:32:16 +08:00
Tienson Qin
a5270a05e1 fix: inference worker js path 2025-07-19 15:17:11 +08:00
Tienson Qin
91d3ab70fb enhance: don't update index info if there's no block update 2025-07-19 15:15:24 +08:00
Tienson Qin
de80615c5f enhance: index embedding for updated blocks every 30s 2025-07-19 14:36:11 +08:00
charlie
e489e93614 fix(api): incorrect lowercase for the qulified property key 2025-07-19 11:39:46 +08:00
charlie
b92038c0ee enhance(mobile): improve safe area for topbar/tabbar 2025-07-18 19:10:30 +08:00
charlie
bfbf4a5c61 enhance(mobile): remove the full ionic components 2025-07-17 16:52:14 +08:00
charlie
3101227a6a enhance(mobile): improve the silk popup 2025-07-17 11:27:08 +08:00
charlie
4647885c44 enhance(mobile): improve search page 2025-07-17 11:04:47 +08:00
Tienson Qin
133b5e497a enhance(ux): show embedding model download progress 2025-07-16 19:00:41 +08:00
charlie
3fed3984d0 enhance(mobile): remove ionic components 2025-07-16 17:49:54 +08:00
charlie
d5212c3b09 enhance(mobile): improve mobile popup 2025-07-16 17:41:07 +08:00
Tienson Qin
00405d98d3 add local embedding model settings 2025-07-16 15:59:22 +08:00
charlie
e9d8613ad5 enhance(mobile): improve block page modal 2025-07-16 14:42:53 +08:00
Tienson Qin
88f62e86ec perf improvement 2025-07-16 14:40:18 +08:00
charlie
2cc07a67c6 enhance(mobile): introduce the silk block page modal 2025-07-16 10:25:31 +08:00
Tienson Qin
4b0cb79d0d fix: vector search 2025-07-16 04:33:05 +08:00
Tienson Qin
bfed2e3bc6 Add qwen3 embedding 2025-07-15 17:49:01 +08:00
Tienson Qin
f3e1da67c7 fix: infer worker doesn't work 2025-07-15 16:52:30 +08:00