-
Notifications
You must be signed in to change notification settings - Fork 9.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
knowledge base does not work, although it worked before #11598
Comments
Hello @larkinmd7! 👋 I'm here to help you with bug reports, questions, and becoming a contributor. If you need any assistance, feel free to ask! I found a similar closed issue that might be relevant to your problem. The issue involved a shape alignment error during knowledge retrieval testing, specifically "shapes (1536,) and (3072,) not aligned: 1536 (dim 0) != 3072 (dim 0)." The suggested solution was to ensure that the dimensions of the vectors used in the retrieval process are correctly aligned. This involves checking the embedding dimensions and updating the model configuration to ensure consistency. The expected embedding dimension for the vectors used in the knowledge retrieval process is 1536. Additionally, it was recommended to ensure that the You might want to verify the embedding dimensions in your configuration and ensure that they match the expected dimensions. Also, check the initialization of your To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
This happens when the embedding models are not the same, at least some of them are not using the same model, check the settings of each document and try to reindex those documents. |
What exactly do you need to check? I'm a little confused? Is it possible to send screenshots? |
что именно нужно проверить? немного не понял? есть возможность прислать скриншоты? |
Self Checks
Dify version
0.13.1
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
There's an error
There's an error
No error
✔️ Expected Behavior
I expected that where there is an “error”, it will be the same as where there is no “error”.
It is necessary to show documents when testing and calling relevant sections of the document.
❌ Actual Behavior
It gives an error and the documents themselves are not visible, the reason for the error is unknown to me.
The text was updated successfully, but these errors were encountered: