-
Notifications
You must be signed in to change notification settings - Fork 16
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
Fix #1066: Implement VoyageAI embedding client #1068
Conversation
|
||
@ApplicationScoped | ||
public class EmbeddingProviderFactory { | ||
|
||
private static Logger logger = org.slf4j.LoggerFactory.getLogger(EmbeddingProviderFactory.class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was not being used, removed.
int maxRetries, | ||
int retryDelayInMillis, | ||
int timeoutInMillis, | ||
Optional<String> requestTypeQuery, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed to map 2 recently added request-properties to pass to embedding providers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What this PR does:
Adds Embedding client for VoyageAI
Which issue(s) this PR fixes:
Fixes #1066
Checklist