Tienson Qin
88dfaf8ebd
fix: mobile build
2025-07-28 18:31:29 +08:00
Tienson Qin
7f18e941d0
separate config for app and mobile
2025-07-28 16:26:56 +08:00
Tienson Qin
0c3697e972
fix: add workers to rtc test workflow
2025-07-28 12:50:06 +08:00
Tienson Qin
18914d2fa2
fix: add workers to mobile and electron release
2025-07-28 12:43:24 +08:00
Tienson Qin
af33e6964b
fix: ns
2025-07-28 12:30:30 +08:00
Tienson Qin
110f5b18e5
Merge branch 'master' into feat/hnswlib+transformer-js
2025-07-28 12:29:32 +08:00
Tienson Qin
dcd6d74146
fix: typo
2025-07-28 12:26:49 +08:00
Tienson Qin
c71e51bc78
add webpack to release-mobile
2025-07-28 12:23:56 +08:00
Tienson Qin
44d6c12731
update output-feature-set to es-next-in
2025-07-28 12:21:35 +08:00
Tienson Qin
65afa1e762
fix: lint
2025-07-28 12:20:11 +08:00
rcmerci
654e6d1b7f
enhance(rtc): remove deprecated event
2025-07-25 22:53:14 +08:00
charlie
2d1436a899
fix(api): incorrect db ns for http api call
2025-07-25 17:03:44 +08:00
rcmerci
aea04fcd58
fix lint
2025-07-25 00:39:14 +08:00
rcmerci
bbe8f890ee
fix(rtc): ensure asset synced using push-asset-block-updates messages
2025-07-25 00:36:41 +08:00
Gabriel Horner
98746156ed
fix(api): query method and error handling
...
logseq.app.q failing and error returned as blank `{}` on cmdline
2025-07-24 10:56:05 -04:00
Gabriel Horner
09e60ae296
fix: deleting last extends value doesn't revert to Root
...
Fixes https://github.com/logseq/db-test/issues/387
2025-07-24 10:50:33 -04:00
Tienson Qin
d488c53fd6
adjust page/object sorting weight
2025-07-23 22:12:20 +08:00
Tienson Qin
6a22385f0b
replace uuid ref with block title when embedding
2025-07-23 20:54:29 +08:00
Tienson Qin
0f48207329
add tags to embedding
2025-07-23 20:48:55 +08:00
Tienson Qin
48ae054ce8
fix: lint
2025-07-23 20:23:05 +08:00
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
f86be0f3a8
add more externs
2025-07-23 13:11:15 +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
6b3240f4b5
fix: imported pdf annotation image not showing up
...
in pdf viewer under Outline > Highlights
2025-07-22 08:57:21 -04:00
Gabriel Horner
f4a8b9438e
fix: block references to annotations
...
Don't rewrite annotation uuids as we don't do that for other existing blocks
2025-07-22 08:57:21 -04:00
Gabriel Horner
ad5c776f46
fix: doc files in assets shouldn't be extracted
...
Asset files that are edn or md were being treated like assets and
extracted as doc files. This was noticed because pdf annotation edn was being
needlessly extracted
2025-07-22 08:57:21 -04:00
Gabriel Horner
3f21c297b2
enhance: import markdown annotations
...
for pdfs and any children blocks under highlight. Only
imports text from md annotations
2025-07-22 08:57:21 -04:00
Gabriel Horner
4c9d063323
enhance: import pdf area annotations
2025-07-22 08:57:21 -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
Gabriel Horner
1616c633df
chore: bump outdated versions on checkout action
2025-07-21 14:46:32 -04:00
Gabriel Horner
6924223c8c
fix: gh workflows missing deps
...
This result in bugs as deps changes could break downstream dependents
since their workflows aren't run. outliner was missing graph-parser and
all deps were missing common
2025-07-21 14:46:32 -04:00
Tienson Qin
dbe2708e5e
Add webpack build
2025-07-21 22:46:02 +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
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
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