generative-ai-docs
generative-ai-docs copied to clipboard
Documentation for Google's Gen AI site - including the Gemini API and Gemma
### Description of the bug: I ran the Gemema-7B model based on the code in the example, and found that the model's answers were rather poor and didn't seem to...
### Description of the bug: When encountering a "Permission denied" error while using an API, does it imply that there's an issue with my account? Could you please advise on...
The main docs page for the semantic retrieval API says that OAuth must be set up to use that API: https://ai.google.dev/docs/semantic_retriever?hl=en#attributed_question-answering "The Semantic Retriever API lets you perform semantic search...
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
## Description of the change This tutorial works with the latest code from the SDK. I will update it once a new release is out. ## Checklist - [x] I...
## Description of the change Add pip install tf-text; ## Motivation otherwise it errors out when loading Gemma ## Type of change Choose one: doc ## Checklist - [ ]...
### Description of the bug: when the `Candidate.finishReason` response field is not set to `STOP`, the `Candidate.content` is missing. example reproduction ``` curl --request POST \ --header "Content-Type: application/json" \...
## Description of the change Fixes a spelling error ## Motivation It was needed as it fixes a spelling error ## Type of change Documentation ## Checklist - [x] I...
### Description of the bug: 1. Go to [step 3](https://developers.google.com/oauthplayground/). 2. Step 3.3 says run `gcloud auth` in the directory with your `client_secret.json`. A url is printed to the screen....