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

Support for embeddings #75

Open
mqtik opened this issue Dec 26, 2024 · 0 comments
Open

Support for embeddings #75

mqtik opened this issue Dec 26, 2024 · 0 comments

Comments

@mqtik
Copy link

mqtik commented Dec 26, 2024

Problem description

Currently, the library supports text generation with models like Llama but lacks functionality for generating text embeddings. Text embeddings are crucial for features such as semantic search and content recommendations.

Proposed solution

Support embeddings. This could involve integrating models capable of producing embeddings, like BERT or Universal Sentence Encoder, and extending the API to include methods for obtaining embeddings directly from input text.

Alternative solutions

While other libraries like react-native-transformers or tensorflow.js offer embedding capabilities, integrating them may lead to compatibility issues or increased complexity within the development environment

Benefits to React Native ExecuTorch

Implementing text embedding capabilities would enhance the library's versatility, enabling a wider range of AI-driven features within React Native applications

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant