Closed vgkids closed 10 months ago
Thanks @vgkids for bringing this to my attention. I am looking into this.
I have published a new version 0.0.48
that addresses the issue. I have tested this with the example slack bot.
The issue was two fold -
dist
folder was added to .gitignore and that caused issues.dist/**/*
in files was also not working correctly. Switched to the simpler dist
string fixes that issue.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.
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=code0.0.32 looks closer to expectation, with 75 files: https://www.npmjs.com/package/@llmembed/embedjs/v/0.0.32?activeTab=code