Commit graph

9 commits

Author SHA1 Message Date
Utkarsh-Patel-13
d4f0613865 Fixed docker build hook to build for all architectures 2025-08-01 13:07:29 -07:00
Utkarsh-Patel-13
0926e1f393 Fixed docker config to run on non-windows architectures 2025-08-01 10:34:01 -07:00
MSI\ModSetter
4eab57a024 chore: Remove TESSDATA_PREFIX environment variable from docker-compose.override.yml 2025-07-21 06:23:12 -07:00
Abdullah 3li
fe2317ae92 fix: Address review feedback from MODSetter
- Remove .env file (should not be committed to version control)
- Revert docker-compose.override.yml to use ghcr images instead of local builds
- Remove unnecessary DOCLING config section from __init__.py
- Remove model context window additions (litellm already provides this)
- Keep litellm<1.70.0 constraint due to Ollama vector_stores 404 errors

Addresses all feedback from PR #211 review
2025-07-21 09:54:39 +03:00
Abdullah 3li
aa00822169 feat: Add Docling support as ETL_SERVICE option
- Added DOCLING as third ETL_SERVICE option (alongside UNSTRUCTURED/LLAMACLOUD)
- Implemented add_received_file_document_using_docling function
- Added Docling processing logic in documents_routes.py
- Enhanced chunking with configurable overlap support
- Added comprehensive document processing service
- Supports both CPU and GPU processing with user selection

Addresses #161 - Add Docling Support as an ETL_SERVICE
Follows same pattern as LlamaCloud integration (PR #123)
2025-07-20 11:42:55 +03:00
Anshul Sharma
818706558a
reference image only 2025-06-04 12:54:24 +05:30
Anshul Sharma
285e0e3435
Fixed image urls 2025-06-04 12:45:50 +05:30
Anshul Sharma
2a6304283a
use latest released images 2025-06-03 11:36:53 +05:30
Xinwei Xiong
bfeae0cb67 refactor: remove frontend and backend services from docker-compose.yml 2025-05-14 13:12:22 +08:00