[PR #39] [MERGED] Add versioning support so that embedding models can be updated without breakage #41

Closed
opened 2026-02-16 04:15:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/semtools/pull/39
Author: @logan-markewich
Created: 11/13/2025
Status: Merged
Merged: 11/13/2025
Merged by: @logan-markewich

Base: mainHead: logan/new-embedding-model


📝 Commits (3)

  • b7c9f7c Add versioning support so that embedding models can be updated in the future
  • 980fb3a Update src/workspace/store.rs
  • d708579 formatting

📊 Changes

2 files changed (+84 additions, -1 deletions)

View changed files

📝 src/bin/search.rs (+46 -1)
📝 src/workspace/store.rs (+38 -0)

📄 Description

Stored documents in a workspace are now versioned. If the library changes the embedding model, we can detect this and re-embed


🔄 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/run-llama/semtools/pull/39 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 11/13/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/new-embedding-model` --- ### 📝 Commits (3) - [`b7c9f7c`](https://github.com/run-llama/semtools/commit/b7c9f7c6f9ea0370e32222104ddc92f59c43cebe) Add versioning support so that embedding models can be updated in the future - [`980fb3a`](https://github.com/run-llama/semtools/commit/980fb3aa229783aec2ff36edfa36cab9289f1712) Update src/workspace/store.rs - [`d708579`](https://github.com/run-llama/semtools/commit/d708579d0898cd22b9d4a27007ee11a9915fdb0d) formatting ### 📊 Changes **2 files changed** (+84 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/bin/search.rs` (+46 -1) 📝 `src/workspace/store.rs` (+38 -0) </details> ### 📄 Description Stored documents in a workspace are now versioned. If the library changes the embedding model, we can detect this and re-embed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:15:19 -05:00
yindo closed this issue 2026-02-16 04:15:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/semtools#41