Skip to content
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

README seems out of sync with supported operations in 1.0.0-alpha.0 #4

Open
dariye opened this issue Jan 2, 2025 · 2 comments
Open
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@dariye
Copy link

dariye commented Jan 2, 2025

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:

  1. Install package
  2. Try to init TextEmbedding with Pipeline.TextEmbedding.init("Xenova/all-MiniLM-L6-v2");
  3. 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

@dariye dariye added the bug Something isn't working label Jan 2, 2025
@daviddaytw
Copy link
Owner

Hi @dariye ,

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.

@daviddaytw daviddaytw removed the bug Something isn't working label Jan 3, 2025
@dariye
Copy link
Author

dariye commented Jan 4, 2025

Amazing! Thank you

@daviddaytw daviddaytw added this to the v1.0.0 milestone Feb 2, 2025
@daviddaytw daviddaytw added the documentation Improvements or additions to documentation label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants