ragflow/rag/llm
He Wang 898da23caa
make dirs with 'exist_ok=True' (#8629)
### What problem does this PR solve?

The following error occurred during local testing, which should be fixed
by configuring 'exist_ok=True'.

```log
set_progress(7461edc2535c11f0a2aa0242c0a82009), progress: -1, progress_msg: 21:41:41 Page(1~100000001): [ERROR][Errno 17] File exists: '/ragflow/tmp'
```

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-07-02 18:35:16 +08:00
..
__init__.py Add Google Cloud Vision API Integration (Image2Text) (#8608) 2025-07-02 10:02:01 +08:00
chat_model.py fix: Correctly format message parts in GoogleChat (#8596) 2025-07-01 14:06:07 +08:00
cv_model.py make dirs with 'exist_ok=True' (#8629) 2025-07-02 18:35:16 +08:00
embedding_model.py Feat: add GiteeAI as a llm provider. (#8572) 2025-06-30 11:22:11 +08:00
rerank_model.py Feat: add GiteeAI as a llm provider. (#8572) 2025-06-30 11:22:11 +08:00
sequence2txt_model.py Feat: add gitee as LLM provider. (#8545) 2025-06-30 09:22:31 +08:00
tts_model.py Feat: support vision llm for gpustack (#6636) 2025-03-31 15:33:52 +08:00