-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add gemini vertex model provider #297
feat: add gemini vertex model provider #297
Conversation
b1d1b1f
to
9b9764a
Compare
9b9764a
to
cfbf03f
Compare
My concern with this is that it is not I noticed that there is a Go package: https://github.com/googleapis/go-genai In your opinion, would this work for us? |
Back to draft for the rewrite to Go... |
98cb57c
to
69fd5cf
Compare
Go Rewrite is done, but I'll continue implementing the embeddings API as well |
With the Go rewrite, I also the /embeddings endpoint (needed a custom implementation as it's not part of their SDK and I couldn't get it working with what they have there so far... I re-used a bunch of code from knowledge, so it's fine). |
c8d48dc
to
0fa890a
Compare
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.
A bunch of nits, but I there are a couple comments that should be addressed.
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.
Looks good! Adding usages is the last thing I can see.
Co-authored-by: Donnie Adams <[email protected]>
Co-authored-by: Donnie Adams <[email protected]>
754ce15
to
fdbac79
Compare
Co-authored-by: Donnie Adams <[email protected]>
Already implements the /validate endpoint from obot-platform/obot#1019
Ref: obot-platform/obot#872