Skip to content
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

Meilisearch throws a timeout error when indexing with auto-embeddings #91

Closed
CaroFG opened this issue Jan 22, 2024 · 0 comments · Fixed by #92
Closed

Meilisearch throws a timeout error when indexing with auto-embeddings #91

CaroFG opened this issue Jan 22, 2024 · 0 comments · Fixed by #92

Comments

@CaroFG
Copy link
Contributor

CaroFG commented Jan 22, 2024

When using openAi auto-embeddings with scrapix, Meilisearch throws a MeiliSearchTimeOutError:

Sender::__batchSend - size: 805
/Users/carolina/scrapix/node_modules/meilisearch/dist/bundles/meilisearch.cjs.js:546
                    case 4: throw new MeiliSearchTimeOutError("timeout of ".concat(timeOutMs, "ms has exceeded on process ").concat(taskUid, " when waiting a task to be resolved."));
                                  ^

MeiliSearchTimeOutError: timeout of 5000ms has exceeded on process 23 when waiting a task to be resolved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant