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
First of thank you for this package. I'm learning a bit on embeddings for a simple app I'm building with Expo. I'm choosing to go local-first and I like the idea of running embeddings and summarisation on device rather than across the network.
The README suggests that Text Embeddings are supported. However this is not the case when I look at the published version of the package.
I've installed version 1.0.0-alpha.0 of the package.
To Reproduce
Steps to reproduce the behavior:
Install package
Try to init TextEmbedding with Pipeline.TextEmbedding.init("Xenova/all-MiniLM-L6-v2");
You'll see that it's not defined.
Expected behavior
Either README is updated or the functionality is added in a new release.
Additional context
I'm using the latest version of Expo ^52.0.7
The text was updated successfully, but these errors were encountered:
Thank you for reaching out!
TextEmbedding is not yet included in 1.0.0-alpha.0.
This is a new feature that I am working on and will release a new version soon.
Describe the bug
First of thank you for this package. I'm learning a bit on embeddings for a simple app I'm building with Expo. I'm choosing to go local-first and I like the idea of running embeddings and summarisation on device rather than across the network.
The README suggests that Text Embeddings are supported. However this is not the case when I look at the published version of the package.
I've installed version
1.0.0-alpha.0
of the package.To Reproduce
Steps to reproduce the behavior:
Pipeline.TextEmbedding.init("Xenova/all-MiniLM-L6-v2");
Expected behavior
Either README is updated or the functionality is added in a new release.
Additional context
I'm using the latest version of Expo
^52.0.7
The text was updated successfully, but these errors were encountered: