ragflow/rag/llm
user210 035e8ced98 feat: MinerU integration with environment-based configuration
- Add MinerU PDF parser support via external API or local installation
- Configure MinerU through environment variables (MINERU_APISERVER, etc.)
- Add per-dataset MinerU settings: language, formula/table recognition
- Add MinerU config form fields in Knowledge Base settings
- Remove MinerU from LLM factories (not a typical LLM model)
- Clean up unused ingestors tab from settings
2025-12-11 19:56:46 +02:00
..
__init__.py Refa: treat MinerU as an OCR model (#11849) 2025-12-09 18:54:14 +08:00
chat_model.py Fix: duplicate output by async_chat_streamly (#11842) 2025-12-09 19:21:52 +08:00
cv_model.py Refa: migrate CV model chat to Async (#11828) 2025-12-09 13:08:37 +08:00
embedding_model.py Fix: jina embedding issue (#11628) 2025-12-01 14:24:35 +08:00
ocr_model.py feat: MinerU integration with environment-based configuration 2025-12-11 19:56:46 +02:00
rerank_model.py fix cohere rerank base_url default (#11353) 2025-11-20 09:46:39 +08:00
sequence2txt_model.py Feat:new api /sequence2txt and update QWenSeq2txt (#11643) 2025-12-02 11:17:31 +08:00
tts_model.py Move token related functions to common (#10942) 2025-11-03 08:50:05 +08:00