最近、バージョンを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[].
フォーラムの投稿を参考に、埋め込みモデルを変更しましたが、Huawei Cloudのbge-m3やSilicon Flowの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" />