ragflow/rag
aidan 33a189f620
Feat: add TCADP Parser (#10775)
### What problem does this PR solve?

This PR adds a new TCADP (Tencent Cloud Advanced Document Processing)
parser to RAGFlow, enabling users to leverage Tencent Cloud's document
parsing capabilities for more accurate and structured document
processing. The implementation includes:
New TCADP Parser: A complete implementation of Tencent Cloud's document
parsing API without SDK dependency
Configuration Support: Added configuration options in service_conf.yaml
for Tencent Cloud API credentials
Frontend Integration: Updated UI components to support the new TCADP
parser option
Error Handling: Comprehensive error handling and retry mechanisms for
API calls
Result Processing: Support for both SSE streaming and JSON response
formats from Tencent Cloud API

### Type of change

- [x] New Feature (non-breaking change which adds functionality)

---------

Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2025-10-27 15:14:58 +08:00
..
app Feat: add TCADP Parser (#10775) 2025-10-27 15:14:58 +08:00
flow Feat: add TCADP Parser (#10775) 2025-10-27 15:14:58 +08:00
llm Fix: gemini cv model chat issue. (#10799) 2025-10-27 11:43:56 +08:00
nlp Fix: prio synonym match than wordnet for english (#10762) 2025-10-27 09:32:55 +08:00
prompts Fix: gemini cv model chat issue. (#10799) 2025-10-27 11:43:56 +08:00
res Fix: prio synonym match than wordnet for english (#10762) 2025-10-27 09:32:55 +08:00
svr Don't release full image (#10654) 2025-10-23 23:02:27 +08:00
utils Fix: Opendal miss tenant id (#10774) 2025-10-27 10:28:08 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
raptor.py Fix: potential negative max_tokens in RAPTOR (#10701) 2025-10-21 15:49:51 +08:00
settings.py Don't release full image (#10654) 2025-10-23 23:02:27 +08:00