-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
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:
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation