fdc21e3316781228428b2e4db7420d0c7039c633
Why:
- Need to parse .docx/.doc files into DocumentTree + markdown
- Need API endpoints for document upload, processing, and deletion
Changes:
- Parser: .doc→.docx conversion via LibreOffice, XML-level extraction for table-heavy docs, heuristic heading detection
- Service: upload, process (delegates to chunking), delete orchestration
- Routes: POST /documents, POST /documents/{id}/process, DELETE /documents/{id}, GET /strategies
chunking_strategies_evaluation
This repo is in order to reach multiple chunking strategies and evaulate them
Languages
Python
62.4%
HTML
37.6%