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
In Components > Vector Databases
Components > Vector Databases
Missing: import { WebLoader } from '@llm-tools/embedjs-loader-web'; for all of the examples.
import { WebLoader } from '@llm-tools/embedjs-loader-web';
Reviewing the documentation and noticed that WebLoader is not imported and called upon in the code example.
The text was updated successfully, but these errors were encountered:
Thanks for pointing it out. Will be addressed in the next release.
Sorry, something went wrong.
adhityan
No branches or pull requests
🚀 The feature
In
Components > Vector Databases
Missing:
import { WebLoader } from '@llm-tools/embedjs-loader-web';
for all of the examples.Motivation, pitch
Reviewing the documentation and noticed that WebLoader is not imported and called upon in the code example.
The text was updated successfully, but these errors were encountered: