refactor-for-llama-parse #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor-for-llama-parse"
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?
MR: LlamaParse pipeline support, fetch request deletion, and UX improvements
Source branch:
refactor-for-llama-parseTarget branch:
mainSummary
This MR adds support for the
llama_parsepipeline type across fetch requests, introduces delete functionality for fetch requests (from both the list and detail pages), and navigates to the detail page after a successful create.Changes
Features
LlamaParse pipeline support (
22e6603)llama_parser→llama_parseinfetch-requests.models.tsto match the backend enum.PipelineStepperfor the new step naming.Delete fetch requests (
8694537)formatApiError.Navigate after create (
c6622d4)Refactoring / Cleanup
c585b62)llama_extractstep.Chores
tsconfig.tsbuildinfoto.gitignore(1c5d8ed).Files changed
.gitignoretsconfig.tsbuildinfosrc/FetchRequest/FetchRequestCreate.tsxsrc/FetchRequest/FetchRequestDetail.tsxsrc/FetchRequest/components/PipelineStepper.tsxsrc/features/fetch-requests/fetch-requests.models.tsPipelineType:llama_parser→llama_parse