最近我们把版本升级到1.10.1后,原本正常可以召回的知识库,发生了召回错误。之前有报过类似下面的GPRC错误,
Query call with protocol GRPC search failed with message extract target vectors: class Vector_index_57c0bdf2_49ab_4f8d_9207_870d6352276c_Node does not have named vector default configured. Available named vectors map[].
参考论坛的帖子,更换了嵌入模型。但发现,不管用华为云的bge-m3还是硅基流动的BAAI/bge-m3.
还会不定期的报如下错误
req_id: 6c339af6ca PluginInvokeError: {“args”:{“description”:“[models] Error: 400 Client Error: Bad Request for url: https://api.modelarts-maas.com/v1/rerank"},“error_type”:“InvokeError”,“message”:"[models] Error: 400 Client Error: Bad Request for url: https://api.modelarts-maas.com/v1/rerank ”}
麻烦指导一下,除了降级到1.9.1版本以外,还有没有其他的解决方案,做了很多工作流和知识库,一个一个换大模型,也比较麻烦。谢谢!
Weaviateのアップグレードにより移行が必要です。
以下の問題を参照してください。
opened 01:41PM - 22 Oct 25 UTC
👻 feat:rag
### Self Checks
- [x] I have read the [Contributing Guide](https://github.com/l… anggenius/dify/blob/main/CONTRIBUTING.md) and [Language Policy](https://github.com/langgenius/dify/issues/1542).
- [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones.
- [x] I confirm that I am using English to submit this report, otherwise it will be closed.
- [x] 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
- [x] Please do not modify this template :) and fill in all the required fields.
### Dify version
1.9.2
### Cloud or Self Hosted
Self Hosted (Docker)
### Steps to reproduce
1. Deploy fresh 1.9.1 (or older) of Dify with default VDB (Weaviate 1.19.0)
2. Create Knowledge and upload document
3. Ensure `Retreival Testing` works
4. Upgrade Dify to 1.9.2
5. Try `Retreival Testing` in the existing Knowledge
### ✔️ Expected Behavior
Retreival Testing works.
### ❌ Actual Behavior
> Query call with protocol GRPC search failed with message extract target vectors: class Vector_index_b7ff402a_fea1_44f5_bed3_c26f5e25a369_Node does not have named vector default configured. Available named vectors map[].
<img width="1077" height="615" alt="Image" src="https://github.com/user-attachments/assets/8467c5a1-2c40-4df2-8f38-4804b8ac8e02" />