-
Notifications
You must be signed in to change notification settings - Fork 139
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
Support GCP Vertex AI as inference provider #141
Comments
Tutorial on how to do so: https://i-am-bee.github.io/bee-agent-framework/#/llms?id=adding-a-new-provider-adapter |
HI! I would like try this. Would you assign to me? Thanks! |
Awesome! just assigned you @akihikokuroda |
Thanks! |
I need some guidance here. I'm trying to serialize VertexAI class from "@google-cloud/vertexai". This class has a member type of GoogleAuth from "google-auth-library" class. I can register both classes to the serializer. So these are OK. How can I workaround this? Here is the class definitions : https://github.com/googleapis/nodejs-vertexai/blob/31de0e92bb7e0efd5afca2728d6175095175be04/src/vertex_ai.ts#L43
|
Actually, you don't want to do that. It is okay to do something like this.
and then add that If you get stuck, no worries, just create a PR without serialization, and I will help. |
Released in v0.0.43 |
@akihikokuroda thanks for the contribution! could you also complete the following so that our docs and examples folders follow suite:
|
I added examples because I wanted to try it with my GCP credentials. However, the implementation needs to be fixed, and the following updates are needed.
|
Ref: #141 Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
Description
Add GCP Vertex AI as a supported inference provider
Tasks
The text was updated successfully, but these errors were encountered: