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

FEATURE REQUEST: Support for Voyage Embedding Models #2368

Open
cloudrumbles opened this issue Jan 21, 2025 · 2 comments
Open

FEATURE REQUEST: Support for Voyage Embedding Models #2368

cloudrumbles opened this issue Jan 21, 2025 · 2 comments
Assignees

Comments

@cloudrumbles
Copy link

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"
}'

@cpacker cpacker self-assigned this Jan 24, 2025
@cpacker
Copy link
Collaborator

cpacker commented Jan 24, 2025

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).

@cloudrumbles
Copy link
Author

cloudrumbles commented Jan 25, 2025

hello! i went ahead and made a PR :)

see feat: add support for voyage embedding #2387

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

No branches or pull requests

2 participants