meilisearch / scrapix

MIT License
21 stars 9 forks source link

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

Closed CaroFG closed 7 months ago

CaroFG commented 7 months ago

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.