diff --git a/README-en.md b/README-en.md index c9069f1..7147713 100644 --- a/README-en.md +++ b/README-en.md @@ -113,7 +113,7 @@ Give zenfeed a try! **AI + RSS** might be a better way to consume information in > [!IMPORTANT] > zenfeed uses model services from [SiliconFlow](https://cloud.siliconflow.cn/en) by default. -> * Models: `Qwen/Qwen3-8B` (Free) and `Pro/BAAI/bge-m3`. +> * Models: `Qwen/Qwen3-8B` (Free) and `Qwen/Qwen3-Embedding-4B`. > * If you don't have a SiliconFlow account yet, use this [**invitation link**](https://cloud.siliconflow.cn/i/U2VS0Q5A) to get a **¥14** credit. > * If you need to use other providers or models, or for more detailed custom deployments, please refer to the [Configuration Documentation](https://github.com/glidea/zenfeed/blob/main/docs/config.md) to edit `docker-compose.yml`. diff --git a/README.md b/README.md index cea985c..2c8b2a3 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ RSS(简易信息聚合)诞生于 Web 1.0 时代,旨在解决信息分散 > [!IMPORTANT] > zenfeed 默认使用 [硅基流动](https://cloud.siliconflow.cn/) 提供的模型服务。 -> * 模型: `Qwen/Qwen3-8B` (免费) 和 `Pro/BAAI/bge-m3`。 +> * 模型: `Qwen/Qwen3-8B` (免费) 和 `Qwen/Qwen3-Embedding-4B`。 > * **!!!如果你愿意赞助本项目,将获赠一定额度的 Gemini 2.5 Pro/Flash!!! (见下方)** > * 如果你还没有硅基账号,使用 [**邀请链接**](https://cloud.siliconflow.cn/i/U2VS0Q5A) 可获得 **14 元** 赠送额度。 > * 如果需要使用其他厂商或模型,或进行更详细的自定义部署,请参考 [配置文档](https://github.com/glidea/zenfeed/blob/main/docs/config-zh.md) 来编辑 `docker-compose.yml`。 diff --git a/docker-compose.yml b/docker-compose.yml index f0fc9f1..49496d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -60,7 +60,7 @@ configs: api_key: ${API_KEY:-your-api-key} - name: embed provider: siliconflow - embedding_model: Pro/BAAI/bge-m3 + embedding_model: Qwen/Qwen3-Embedding-4B api_key: ${API_KEY:-your-api-key} scrape: rsshub_endpoint: http://rsshub:1200