ragflow/rag/llm
Anush 826ad6a33a
feat: FastEmbed embedding support (#291)
### Description

Following up on https://github.com/infiniflow/ragflow/pull/275, this PR
adds support for FastEmbed model configurations.

The options are not exhaustive. You can find the full list
[here](https://qdrant.github.io/fastembed/examples/Supported_Models/).

P.S. I ran into OOM issues when building the image.

### Type of change

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

---------

Co-authored-by: KevinHuSh <kevinhu.sh@gmail.com>
2024-04-15 15:58:06 +08:00
..
__init__.py feat: FastEmbed embedding support (#291) 2024-04-15 15:58:06 +08:00
chat_model.py conversation API backend update (#360) 2024-04-15 14:43:44 +08:00
cv_model.py Support Xinference (#321) 2024-04-11 18:25:37 +08:00
embedding_model.py feat: FastEmbed embedding support (#291) 2024-04-15 15:58:06 +08:00
rpc_server.py refine error response, add set api-key MD (#178) 2024-03-31 19:09:42 +08:00