mirror of
https://github.com/run-llama/semtools.git
synced 2026-07-21 19:25:23 -04:00
[PR #11] [MERGED] Logan/refactor parse #30
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/11
Author: @logan-markewich
Created: 8/28/2025
Status: ✅ Merged
Merged: 8/28/2025
Merged by: @logan-markewich
Base:
main← Head:logan/refactor_parse📝 Commits (2)
aba81edrefactor parseac88f94linting📊 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
parsewas 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.