We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting an error trying to import any of the classes. Simplest example:
import { LLMApplicationBuilder } from '@llm-tools/embedjs';
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../embedJsDemo/node_modules/@llm-tools/embedjs/dist/core/llm-application.js' imported from ...embedJsDemo/node_modules/@llm-tools/embedjs/dist/index.js
Likely related, starting with version 0.0.44, @llm-tools/embedjs/dist is missing everything but index.js and the package only contains 4 files. https://www.npmjs.com/package/@llmembed/embedjs/v/0.0.44?activeTab=code
@llm-tools/embedjs/dist
index.js
0.0.32 looks closer to expectation, with 75 files: https://www.npmjs.com/package/@llmembed/embedjs/v/0.0.32?activeTab=code
The text was updated successfully, but these errors were encountered:
Thanks @vgkids for bringing this to my attention. I am looking into this.
Sorry, something went wrong.
I have published a new version 0.0.48 that addresses the issue. I have tested this with the example slack bot.
0.0.48
The issue was two fold -
dist
dist/**/*
Will leave the issue open for now. If it works for you, please go ahead and close the issue.
Looks good, I'm able to import the builder now and contents of ./dist look plausible.
No branches or pull requests
Getting an error trying to import any of the classes. Simplest example:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../embedJsDemo/node_modules/@llm-tools/embedjs/dist/core/llm-application.js' imported from ...embedJsDemo/node_modules/@llm-tools/embedjs/dist/index.js
Likely related, starting with version 0.0.44,
@llm-tools/embedjs/dist
is missing everything butindex.js
and the package only contains 4 files.https://www.npmjs.com/package/@llmembed/embedjs/v/0.0.44?activeTab=code
0.0.32 looks closer to expectation, with 75 files:
https://www.npmjs.com/package/@llmembed/embedjs/v/0.0.32?activeTab=code
The text was updated successfully, but these errors were encountered: