-
Notifications
You must be signed in to change notification settings - Fork 15
[Improvement] Update Google model provider docs #244
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
base: main
Are you sure you want to change the base?
Conversation
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.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
| location="<google-cloud-location>", # Required for Vertex AI | ||
| ) | ||
| ], | ||
| vector_config=Configure.Vectors.multi2vec_palm( |
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.
Do we have new module names for multi2vec_palm like we do for the text ones?
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.
Thanks for noticing this, it should be multi2vec_google.
|
|
||
| :::tip Which Google service should I use? | ||
|
|
||
| - **Google AI Studio (Gemini API)**: Simpler setup, ideal for prototyping and development. Get started quickly with just an API key. |
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.
Are they both available on GCP? If that's a point of difference expect that may be a big factor for many
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.
I think so, the features are intertwined, but AI Studio has its own web application interface for easier onboarding.
|
We've got separate pages for OpenAI & Azure OpenAI - I wonder if this starts to fall into that category too. |
What's being changed:
Update Google model provider docs.
Type of change:
How has this been tested?
yarn start