You need to sign in or sign up before continuing.
feat: Fix document processing by switching to direct upload endpoint
- Replace file path-based processing with direct file upload to Core-IA service
- Use /preprocess/upload endpoint instead of /preprocess/document
- Remove temporary file creation to avoid cross-container path issues
- Send MultipartFile directly via multipart/form-data request
- Maintain backward compatibility with existing chunk processing logic
Closes IA-439