feat: add LanceDB vector store with upsert, delete, and search

This commit is contained in:
2026-04-13 14:18:04 -04:00
parent 0948d2dcb7
commit 8d2762268b
570 changed files with 14491 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
- Add the category in src/core/config/Categories.json
logseq.order-list-type:: number
- Add the operations in src/core/config/OperationConfig.json
logseq.order-list-type:: number
- Define modules file in the operation.
logseq.order-list-type:: number
- Define properties in src/core/operations/******.mjs
logseq.order-list-type:: number
- Write the procedure in Run()
logseq.order-list-type:: number
- Export the class. This should work.
logseq.order-list-type:: number