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
Hi, i am trying to use llamaindex library in my project. It is working fine in development mode, but when I tried to deploy it, it started giving me errors in bundling of code. Here are the errors:
`
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/darwin/arm64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node);
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/linux/x64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node);
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/darwin/x64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node);
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/linux/arm64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node);
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/win32/arm64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node);
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/win32/x64/onnxruntime_binding.node
The build issue is resolved with the help of this. But then the tiktoken issue arrived, which I'm still not able to fix. If you are able to run it successfully, please do let me know as well. Thanks.
Hi, i am trying to use llamaindex library in my project. It is working fine in development mode, but when I tried to deploy it, it started giving me errors in bundling of code. Here are the errors:
`
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/darwin/arm64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(
../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node
);╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/linux/x64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(
../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node
);╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/darwin/x64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(
../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node
);╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/linux/arm64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(
../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node
);╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/win32/arm64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(
../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node
);╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
✘ [ERROR] No loader is configured for ".node" files: node_modules/onnxruntime-node/bin/napi-v3/win32/x64/onnxruntime_binding.node
node_modules/onnxruntime-node/dist/binding.js:9:8:
9 │ require(
../bin/napi-v3/${process.platform}/${process.arch}/onnxruntime_binding.node
);`
Versions:
Additional context
The text was updated successfully, but these errors were encountered: