[PR #4] [MERGED] restructure the package #19

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/semtools/pull/4
Author: @logan-markewich
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @logan-markewich

Base: mainHead: logan/refactor_structure


📝 Commits (2)

📊 Changes

12 files changed (+35 additions, -421 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
📝 CONTRIBUTING.md (+1 -1)
📝 Cargo.lock (+0 -26)
📝 Cargo.toml (+25 -29)
crates/parse/Cargo.toml (+0 -24)
crates/parse/README.md (+0 -149)
crates/search/Cargo.toml (+0 -18)
crates/search/README.md (+0 -170)
📝 src/bin/parse.rs (+1 -3)
📝 src/bin/search.rs (+0 -0)
src/lib.rs (+7 -0)
📝 src/llama_parse_backend.rs (+0 -0)

📄 Description

Ok, the current package didn't publish properly. Trying again


🔄 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/4 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/refactor_structure` --- ### 📝 Commits (2) - [`751bfc9`](https://github.com/run-llama/semtools/commit/751bfc9bba1b487606ae1cb1f504a2c7db89bba8) restructure the package - [`5710807`](https://github.com/run-llama/semtools/commit/5710807c48458672b76bb9b7548c541c0824d639) linting ### 📊 Changes **12 files changed** (+35 additions, -421 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `Cargo.lock` (+0 -26) 📝 `Cargo.toml` (+25 -29) ➖ `crates/parse/Cargo.toml` (+0 -24) ➖ `crates/parse/README.md` (+0 -149) ➖ `crates/search/Cargo.toml` (+0 -18) ➖ `crates/search/README.md` (+0 -170) 📝 `src/bin/parse.rs` (+1 -3) 📝 `src/bin/search.rs` (+0 -0) ➕ `src/lib.rs` (+7 -0) 📝 `src/llama_parse_backend.rs` (+0 -0) </details> ### 📄 Description Ok, the current package didn't publish properly. Trying again --- <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:14 -05:00
yindo closed this issue 2026-02-16 04:15:14 -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#19