Problem with Knowledge Base Queries after Updating to Dify 1.2.0 #18916
Labels
🐞 bug
Something isn't working
👻 feat:rag
Embedding related issue, like qdrant, weaviate, milvus, vector database.
Self Checks
Dify version
1.2.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
After updating Dify to version 1.2, I'm encountering the following error when querying my existing knowledge bases:
Error during query: [{'locations': [{'column': 6, 'line': 1}], 'message': 'Cannot query field "Vector_index_b1df11d8_9f64_4c01_be16_60bc3b8d7d1f_Node" on type "GetObjectsObj".', 'path': None}];
I discovered that this issue can be resolved by changing the Embedding Model. However, I have a large number of documents already uploaded, and manually updating the embedding model for each document or knowledge base is not feasible.
✔️ Expected Behavior
Queries to existing knowledge bases should continue working normally after updating to version 1.2 without needing to manually change embedding models or reprocess documents.
❌ Actual Behavior
Queries to existing knowledge bases fail with the following error:
Error during query: [{'locations': [{'column': 6, 'line': 1}], 'message': 'Cannot query field "Vector_index_b1dfd8_9f64_4c01_be16_60bc8d7d1f_Node" on type "GetObjectsObj".', 'path': None}]; Error during query: [{'locations': [{'column': 6, 'line': 1}], 'message': 'Cannot query field "Vector_index_b1dfd8_9f64_4c01_be16_60bc8d7d1f_Node" on type "GetObjectsObj".', 'path': None}]
The text was updated successfully, but these errors were encountered: