[PR #11] [MERGED] Logan/refactor parse #30

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

📋 Pull Request Information

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

Base: mainHead: logan/refactor_parse


📝 Commits (2)

📊 Changes

9 files changed (+700 additions, -636 deletions)

View changed files

📝 README.md (+4 -4)
📝 src/lib.rs (+2 -2)
src/llama_parse_backend.rs (+0 -630)
src/parse/backend.rs (+133 -0)
src/parse/cache.rs (+132 -0)
src/parse/client.rs (+315 -0)
src/parse/config.rs (+55 -0)
src/parse/error.rs (+50 -0)
src/parse/mod.rs (+9 -0)

📄 Description

parse was way too huge -- this breaks it into more managable pieces (and also paves the way to share code between future parse backends)


🔄 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/11 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 8/28/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/refactor_parse` --- ### 📝 Commits (2) - [`aba81ed`](https://github.com/run-llama/semtools/commit/aba81edd623cac14b908e7880aced983aa799783) refactor parse - [`ac88f94`](https://github.com/run-llama/semtools/commit/ac88f94ef9b2c38888e795af92de0d16b7c867cc) linting ### 📊 Changes **9 files changed** (+700 additions, -636 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -4) 📝 `src/lib.rs` (+2 -2) ➖ `src/llama_parse_backend.rs` (+0 -630) ➕ `src/parse/backend.rs` (+133 -0) ➕ `src/parse/cache.rs` (+132 -0) ➕ `src/parse/client.rs` (+315 -0) ➕ `src/parse/config.rs` (+55 -0) ➕ `src/parse/error.rs` (+50 -0) ➕ `src/parse/mod.rs` (+9 -0) </details> ### 📄 Description `parse` was way too huge -- this breaks it into more managable pieces (and also paves the way to share code between future parse backends) --- <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:17 -05:00
yindo closed this issue 2026-02-16 04:15:17 -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#30