Skip to content

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

Closed
@dariye

Description

@dariye

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions