TextLoader.load encounter an error (code 3221225477) #2784
Replies: 1 comment
-
🤖 Hello, The error code Given that the error occurs at either
If none of these suggestions help, could you please provide more information about the data you're loading and the environment you're running your program in? This could help us better understand the issue and find a solution. Best regards, Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have an endpoint that fetches data from a database, creates files, and then generates vector. It works fine for the first few times, but then I encounter an error
error Command failed with exit code 3221225477.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command
This error appears here :
const loadedDocuments = await textLoader.load();
or here
const vectorData = await FaissStore.load(vectorPath, embeddings);
Could you help me figure out how to fix it, please?
Beta Was this translation helpful? Give feedback.
All reactions