You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a similar unsolved discussion related to the error "Response output is missing or does not contain embeddings" in Dify. You can view it here[1]. Additionally, there was a closed issue titled "文档上传后,嵌入处理失败,状态:错误" which did not have a solution in the comments [2].
Regarding the RETRIEVAL_TOP_N parameter, it is used to filter the most similar text chunks to the user's question by determining the number of top results to retrieve based on similarity scores. The default value is 3, and it dynamically adjusts based on the context window size of the selected model [3][4].
If you're encountering errors related to this parameter, ensure that it is correctly configured and that the retrieval method's top_k value is set appropriately. If the issue persists, reviewing the logs for any specific error messages related to this parameter might provide more insights.
Self Checks
Dify version
0.12.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
1、hitTesting
2、input content to test
3、show error
✔️ Expected Behavior
show embedding content
❌ Actual Behavior
The text was updated successfully, but these errors were encountered: