Skip to content

feat: Fix document processing by switching to direct upload endpoint

zakariae yahya a demandé de fusionner feauture/IA-439 vers develop
  • 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

Rapports de requête de fusion