[PR #27] [MERGED] finalize workspace binary for accelerating search over large datasets #36

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/semtools/pull/27
Author: @logan-markewich
Created: 9/16/2025
Status: Merged
Merged: 9/17/2025
Merged by: @logan-markewich

Base: mainHead: logan/release_persistance


📝 Commits (5)

📊 Changes

8 files changed (+76 additions, -30 deletions)

View changed files

📝 Cargo.lock (+1 -1)
📝 Cargo.toml (+1 -1)
📝 README.md (+56 -3)
📝 package-lock.json (+4 -3)
📝 package.json (+1 -1)
📝 src/bin/search.rs (+4 -3)
📝 src/bin/workspace.rs (+3 -9)
📝 src/workspace/mod.rs (+6 -9)

📄 Description

TODO

  • remove concept of doc top k
  • update readme
  • bump versions

🔄 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/27 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 9/17/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/release_persistance` --- ### 📝 Commits (5) - [`9d71724`](https://github.com/run-llama/semtools/commit/9d71724da7c72369f4312b704c6c6ec974b6a32e) remove concept of doc-top-k - [`0fd336e`](https://github.com/run-llama/semtools/commit/0fd336e514dcf56f9217b99544d30964e31d4743) linting - [`f227904`](https://github.com/run-llama/semtools/commit/f22790414caff7f6debf6090ec48a3fec4554ef0) patch readme - [`2364dd6`](https://github.com/run-llama/semtools/commit/2364dd61d5e742130de24aa3dddc8dd0ca0d79ba) bump package versions - [`bc2ee02`](https://github.com/run-llama/semtools/commit/bc2ee022f8ad101c7e5f663fc0773d837c745a9b) fix tests ### 📊 Changes **8 files changed** (+76 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -1) 📝 `Cargo.toml` (+1 -1) 📝 `README.md` (+56 -3) 📝 `package-lock.json` (+4 -3) 📝 `package.json` (+1 -1) 📝 `src/bin/search.rs` (+4 -3) 📝 `src/bin/workspace.rs` (+3 -9) 📝 `src/workspace/mod.rs` (+6 -9) </details> ### 📄 Description TODO - [x] remove concept of doc top k - [x] update readme - [x] bump versions --- <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:18 -05:00
yindo closed this issue 2026-02-16 04:15:18 -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#36