-
Notifications
You must be signed in to change notification settings - Fork 5
Add Azure OpenAI embedding support #19
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
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19 +/- ##
==========================================
+ Coverage 56.62% 60.74% +4.12%
==========================================
Files 3 4 +1
Lines 302 349 +47
Branches 92 103 +11
==========================================
+ Hits 171 212 +41
- Misses 131 137 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@Nuvindu Let's bump the minor version |
|
This PR is high priority one for the customer QSP |
|
@Nuvindu does this EmbeddingProvider support all embedding models available on Azure, or only the OpenAI embedding models that can be hosted on Azure? |
|
@MohamedSabthar It should support all the embedding models available on Azure. User just needs to provide the deployment id relevant to the desired embedding model when initiating the |
Purpose
Fixes: ballerina-platform/ballerina-library#8188