generative-ai-docs
generative-ai-docs copied to clipboard
Documentation for Google's Gen AI site - including the Gemini API and Gemma
Improve segmentation mask rendering
The existing code in the notebook for setting Kaggle credentials uses the Colab-specific userdata.get API, which may not work outside Colab. The added method works in different environments. It simply...
Bumps the npm_and_yarn group with 6 updates in the /demos/palm/web/list-it directory: | Package | From | To | | --- | --- | --- | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.2` |...
Bumps the pip group with 4 updates in the /examples/gemini/python/docs-agent directory: [tqdm](https://github.com/tqdm/tqdm), [black](https://github.com/psf/black), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `tqdm` from 4.66.2 to 4.66.3 Release notes Sourced from tqdm's releases. tqdm v4.66.3...
### Description of the bug: The 2 notebooks in the [`paligemma` dir](https://github.com/google/generative-ai-docs/blob/main/site/en/gemma/docs/paligemma/) are currently not sync'ing with the respective copy on ai.google.dev. There are 2 factors here: 1) the notebooks...
Bumps the npm_and_yarn group with 5 updates in the /demos/palm/web/list-it directory: | Package | From | To | | --- | --- | --- | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.2` |...
In https://github.com/google-gemini/cookbook/pull/187 I'm working on tooling to test our notebooks. This fixes a bunch of notebooks to run with the script. Most of the adjustments are to account for the...
## Description of the change Update type hints code ## Motivation python type hints help to developer for coding time ## Type of change
## Description of the change There was an issue in the document code due to incorrect URL path for Kaggle Gemma-2 weights dir. I have corrected incorrect URL for accessing...
## Description of the change ## Motivation ## Type of change Choose one: (Bug fix | Feature request | Documentation | Other) ## Checklist - [ ] I have performed...