ragflow/rag/llm
Yongteng Lei dc2c74b249
Feat: add primitive support for function calls (#6840)
### What problem does this PR solve?

This PR introduces ​**​primitive support for function calls​**​,
enabling the system to handle basic function call capabilities.
However, this feature is currently experimental and ​**​not yet enabled
for general use​**​, as it is only supported by a subset of models,
namely, Qwen and OpenAI models.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-04-08 16:09:03 +08:00
..
__init__.py Feat: support vision llm for gpustack (#6636) 2025-03-31 15:33:52 +08:00
chat_model.py Feat: add primitive support for function calls (#6840) 2025-04-08 16:09:03 +08:00
cv_model.py Feat: support vision llm for gpustack (#6636) 2025-03-31 15:33:52 +08:00
embedding_model.py Feat: support vision llm for gpustack (#6636) 2025-03-31 15:33:52 +08:00
rerank_model.py Fix: api-key issue for xinference. (#6490) 2025-03-25 15:01:13 +08:00
sequence2txt_model.py Feat: support vision llm for gpustack (#6636) 2025-03-31 15:33:52 +08:00
tts_model.py Feat: support vision llm for gpustack (#6636) 2025-03-31 15:33:52 +08:00