-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Nodejs example embed text not working #6
Comments
You should be able to just copy code from here: https://github.com/josephrocca/openai-clip-js/blob/main/onnx-text-demo.html |
Thank you! I am currently making a node server and I haven't figured out how to import from https Luckily there was a node package that did the exact same thing! Thank you so much for making this open-source, there's no way I would have figured the code out Here's what I am currently using if anyone gets a similar issue, the server that uses this code can't be open-source sadly
|
First off, thank you so much for the functions!
I am currently trying to embed texts using the nodejs example but the variable textTokenizer is not instantiated anywhere else. How would I go about doing that to get the text embeddings?
Thank you!
The text was updated successfully, but these errors were encountered: