ragflow/rag/llm
roc king fa54cd5f5c
exstract model dir from model‘s full name (#3368)
### What problem does this PR solve?

When model’s group name contains 0-9,we can't find downloaded
model,because we do not correctly exstract model dir's name from model‘s
full name

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)

Co-authored-by: 王志鹏 <zhipeng3.wang@midea.com>
Co-authored-by: Kevin Hu <kevinhu.sh@gmail.com>
2024-11-13 14:10:16 +08:00
..
__init__.py add inputs to display to every components (#3242) 2024-11-06 18:47:53 +08:00
chat_model.py fix: Anthropic param error (#3327) 2024-11-11 11:54:14 +08:00
cv_model.py Fix keys of Xinference deployed models, especially has the same model name with public hosted models. (#2832) 2024-10-16 10:21:08 +08:00
embedding_model.py exstract model dir from model‘s full name (#3368) 2024-11-13 14:10:16 +08:00
rerank_model.py exstract model dir from model‘s full name (#3368) 2024-11-13 14:10:16 +08:00
sequence2txt_model.py fix sequence2txt error and usage total token issue (#2961) 2024-10-22 11:38:37 +08:00
tts_model.py support sequence2txt and tts model in Xinference (#2696) 2024-10-08 10:43:18 +08:00