You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add embedding model support like litellm. Eg usage:
importpnepne.embedding(
model="embed-english-v3.0",
input=["good morning from litellm", "this is another item"],
input_type="search_document"# optional param for v3 llms
)
🚀 Feature Request
Add embedding model support like litellm. Eg usage:
references: https://docs.litellm.ai/docs/embedding/supported_embedding
The text was updated successfully, but these errors were encountered: