[PR #403] [MERGED] Generate Embeddings of Text/Links/PDF #1616

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/403
Author: @medo
Created: 9/21/2024
Status: Merged
Merged: 12/29/2024
Merged by: @MohamedBassem

Base: ragHead: embeddings


📝 Commits (10+)

  • 655ffab support embeddings generation in inference.ts
  • f94446d make AI worker generate embeddings for text bookmark
  • 6f02501 make AI worker generate embeddings for text bookmark
  • 91de4c4 Merge branch 'embeddings' of github.com:medo/hoarder into embeddings
  • 8b8ebe1 fix unintentional change -- inference image model
  • e14b38f support embeddings for PDF bookmarks
  • 08a02c8 Upgrade drizzle-kit
  • adfe2be fix formatting and lint
  • 5cfd828 add comments about truncate content
  • c10b8ad Revert "Upgrade drizzle-kit"

📊 Changes

3 files changed (+48 additions, -11 deletions)

View changed files

📝 docs/docs/03-configuration.md (+12 -11)
📝 packages/shared/config.ts (+4 -0)
📝 packages/shared/inference.ts (+32 -0)

📄 Description

Generates embeddings for text/links/pdf bookmarks. This PR does not yet store the embeddings anywhere, instead the embeddings are just being logged.


🔄 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/403 **Author:** [@medo](https://github.com/medo) **Created:** 9/21/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `rag` ← **Head:** `embeddings` --- ### 📝 Commits (10+) - [`655ffab`](https://github.com/karakeep-app/karakeep/commit/655ffabb8b43d029d980e61dd431db94dc3ceec9) support embeddings generation in inference.ts - [`f94446d`](https://github.com/karakeep-app/karakeep/commit/f94446db5d12e79c6fa11c1bc3de28fbd8c1fb23) make AI worker generate embeddings for text bookmark - [`6f02501`](https://github.com/karakeep-app/karakeep/commit/6f02501ee7568b042793b7936ce895e4a8ca548c) make AI worker generate embeddings for text bookmark - [`91de4c4`](https://github.com/karakeep-app/karakeep/commit/91de4c482cb8daaa8a6171a94b1e87648209cef9) Merge branch 'embeddings' of github.com:medo/hoarder into embeddings - [`8b8ebe1`](https://github.com/karakeep-app/karakeep/commit/8b8ebe11f13e5c13d76bdd29286e419786bf6164) fix unintentional change -- inference image model - [`e14b38f`](https://github.com/karakeep-app/karakeep/commit/e14b38f600d0492dc84afa58b94ee851f863116e) support embeddings for PDF bookmarks - [`08a02c8`](https://github.com/karakeep-app/karakeep/commit/08a02c8df4ea403de65986ed1265940c6c994a20) Upgrade drizzle-kit - [`adfe2be`](https://github.com/karakeep-app/karakeep/commit/adfe2be1c864ebd3e59baac83da93637222c7d81) fix formatting and lint - [`5cfd828`](https://github.com/karakeep-app/karakeep/commit/5cfd82877f9fcbc240765df0dd065ef709595c7d) add comments about truncate content - [`c10b8ad`](https://github.com/karakeep-app/karakeep/commit/c10b8ad6076bc71958064cf55800a70c2d97bab1) Revert "Upgrade drizzle-kit" ### 📊 Changes **3 files changed** (+48 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/03-configuration.md` (+12 -11) 📝 `packages/shared/config.ts` (+4 -0) 📝 `packages/shared/inference.ts` (+32 -0) </details> ### 📄 Description Generates embeddings for text/links/pdf bookmarks. This PR does not yet store the embeddings anywhere, instead the embeddings are just being logged. --- <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:25 +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#1616
No description provided.