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
Thank you for this feature request! Will keep you posted with any updates. If you have any additional details you can share on your usecase + experience using Voyage embeddings, that would help us understand the feature request better and prioritize it internally (you are of course also welcome to open a PR for it).
hello! would like to request for support for voyage embedding models
https://docs.voyageai.com/docs/embeddings
REST API Format:
curl https://api.voyageai.com/v1/embeddings
-H "Content-Type: application/json"
-H "Authorization: Bearer $VOYAGE_API_KEY"
-d '{
"input": "Sample text",
"model": "voyage-3",
"input_type": "document"
}'
The text was updated successfully, but these errors were encountered: