10 Commits

Author SHA1 Message Date
blank-black f3d62e5233 Fix missing agenticMode in LlamaParse processing service
Add agentic_mode field to request schema and form data parser to ensure
the agenticMode option is properly passed through the parsing pipeline.
This resolves TypeScript compilation error where agenticMode was required
in LlamaParseOptions but not provided by the processing service.
2025-12-26 14:47:28 -06:00
blank-black c238202590 Add agentic mode support for LlamaParse and fix eligibility extraction
- Add agenticMode option to ParseOptions interface and Zod schema
- Enable agentic parsing by default for better multi-sheet Excel support
- Fix eligibility extraction to gracefully handle documents without
  eligibility criteria by returning empty array instead of throwing error
2025-12-18 18:42:44 -06:00
Zhaoqi Li d76058e7b3 now we alos extract key eligibility required for the vendor 2025-08-13 11:55:26 -07:00
Zhaoqi Li 91df641eee correctly generates RFP summary now and tracked at project 2025-08-13 11:44:04 -07:00
Zhaoqi Li aea36e5732 refactoring of llamacloud integration steps 2025-07-17 11:00:23 -07:00
Zhaoqi Li 075d9172e4 fix the llamacloud file integration issue 2025-07-11 12:06:36 -07:00
Zhaoqi Li 2c5767bda0 initial implementation of the reasoning step 2025-05-26 19:29:52 -07:00
Zhaoqi Li 0a58cbd13c code refactoring for llamaparse 2025-05-26 14:08:04 -07:00
Zhaoqi Li 5f0962ad95 refactor code in llamacloud - connect, disconnect and documents 2025-05-26 14:00:25 -07:00
Zhaoqi Li 93b32df6dc code refactoring to make more robust and remove duplication 2025-05-26 13:42:23 -07:00