[PR #834] [CLOSED] WIP: Bookmark embeddings #1707

Closed
opened 2026-03-02 11:58:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/834
Author: @MohamedBassem
Created: 1/5/2025
Status: Closed

Base: mainHead: bookmark-embeddings


📝 Commits (5)

  • 01c74df lancedb based embeddings generation
  • bee1d27 Merge branch 'main' into bookmark-embeddings
  • 3a9833b update pnpm lock file
  • 0956901 Revert the schema change
  • 1b52710 Fix typechecks

📊 Changes

10 files changed (+673 additions, -11 deletions)

View changed files

📝 apps/web/components/admin/AdminActions.tsx (+22 -0)
📝 apps/web/lib/i18n/locales/en/translation.json (+1 -0)
apps/workers/embeddingsWorker.ts (+182 -0)
📝 apps/workers/index.ts (+23 -11)
📝 apps/workers/package.json (+2 -0)
📝 packages/shared/package.json (+2 -0)
📝 packages/shared/queues.ts (+16 -0)
packages/shared/vectorDb.ts (+25 -0)
📝 packages/trpc/routers/admin.ts (+12 -0)
📝 pnpm-lock.yaml (+388 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/834 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 1/5/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bookmark-embeddings` --- ### 📝 Commits (5) - [`01c74df`](https://github.com/karakeep-app/karakeep/commit/01c74dfee44a06285bd2fcc04423ed2a18c148d0) lancedb based embeddings generation - [`bee1d27`](https://github.com/karakeep-app/karakeep/commit/bee1d279d5c18ee163c57bc885df70b51911fef8) Merge branch 'main' into bookmark-embeddings - [`3a9833b`](https://github.com/karakeep-app/karakeep/commit/3a9833bfa8853145350e5ea54020e8944a466527) update pnpm lock file - [`0956901`](https://github.com/karakeep-app/karakeep/commit/0956901b260f1bf594ea2acaa4019438ebd155f3) Revert the schema change - [`1b52710`](https://github.com/karakeep-app/karakeep/commit/1b52710471f6faf8336ae6340e7236793d94a70e) Fix typechecks ### 📊 Changes **10 files changed** (+673 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/admin/AdminActions.tsx` (+22 -0) 📝 `apps/web/lib/i18n/locales/en/translation.json` (+1 -0) ➕ `apps/workers/embeddingsWorker.ts` (+182 -0) 📝 `apps/workers/index.ts` (+23 -11) 📝 `apps/workers/package.json` (+2 -0) 📝 `packages/shared/package.json` (+2 -0) 📝 `packages/shared/queues.ts` (+16 -0) ➕ `packages/shared/vectorDb.ts` (+25 -0) 📝 `packages/trpc/routers/admin.ts` (+12 -0) 📝 `pnpm-lock.yaml` (+388 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1707
No description provided.