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
With the free version of voyageai, const embeddings = await voyageEmbeddings.embedDocuments(pageContents); will fail with the following error:
Error during bootstrap procedure: TypeError: Cannot read properties of undefined (reading '0')
at VoyageEmbeddings.embedDocuments (webpack-internal:///(rsc)/./node_modules/@langchain/community/dist/embeddings/voyage.js:92:46)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
May be more straight forward to message this differently and let users know that a paid account is required
The text was updated successfully, but these errors were encountered:
With the free version of voyageai,
const embeddings = await voyageEmbeddings.embedDocuments(pageContents);
will fail with the following error:May be more straight forward to message this differently and let users know that a paid account is required
The text was updated successfully, but these errors were encountered: