mirror of
https://github.com/run-llama/semtools.git
synced 2026-07-21 03:05:31 -04:00
[PR #39] [MERGED] Add versioning support so that embedding models can be updated without breakage #41
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:logan/new-embedding-model📝 Commits (3)
b7c9f7cAdd versioning support so that embedding models can be updated in the future980fb3aUpdate src/workspace/store.rsd708579formatting📊 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.