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

Add embedding model support #809

Open
Undertone0809 opened this issue Jul 22, 2024 · 0 comments
Open

Add embedding model support #809

Undertone0809 opened this issue Jul 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Undertone0809
Copy link
Owner

🚀 Feature Request

Add embedding model support like litellm. Eg usage:

import pne

pne.embedding(
    model="embed-english-v3.0", 
    input=["good morning from litellm", "this is another item"], 
    input_type="search_document" # optional param for v3 llms
)

references: https://docs.litellm.ai/docs/embedding/supported_embedding

@Undertone0809 Undertone0809 added the enhancement New feature or request label Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant