MeiliSearch call error when posting the first message in a chat #3711
Unanswered
ykare
asked this question in
Troubleshooting
Replies: 2 comments 2 replies
-
Hi @ykare this is by design so I moved to discussion.
It's possible the document may not have this property and yet the conversation may exist in meili, this was my thinking, also querying the database wouldn't be good here in my opinion |
Beta Was this translation helpful? Give feedback.
1 reply
-
Is there any solution? I have encountered this problem as well. The AI PDF and MeiliSearch-related method do not work, but there are no solutions at the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When posting the first message to a chat, an error occurs during a MeiliSearch call. No error is displayed in the UI, but the error messages are output to Meilisearch-related logs.
This issue seems to occur because the system is trying to retrieve the index of a Conversation that does not yet exist in MeiliSearch when posting the first message in a chat.
The following fix has been confirmed to improve the situation:
I appreciate your attention to this issue.
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome, Microsoft Edge
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions