generative-ai-docs icon indicating copy to clipboard operation
generative-ai-docs copied to clipboard

Documentation for Google's Gen AI site - including the Gemini API and Gemma

Results 123 generative-ai-docs issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description of the change Added an example showing how to use Gemini models with LangChain.js in Node.js. ## Motivation LangChain is a popular framework for developing LLM apps. This...

status:awaiting review

## Description of the change Added a new ipynb notebook to show the Gemini integration with LangChain ## Motivation ## Type of change Other ## Checklist - [x] I have...

status:awaiting review

### Description of the bug: [GoogleGenerativeAI Error]: Candidate was blocked due to SAFETY result.response.candidates[0].safetyRatings has the following value ``` [ { category: 'HARM_CATEGORY_SEXUALLY_EXPLICIT', probability: 'LOW' }, { category: 'HARM_CATEGORY_HATE_SPEECH', probability:...

type:bug

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies
status:awaiting review
component:demos
python
demos:docs-agent

Hi everyone, I'm very new to this. I have a question. After I fine-tune a model through PaLM API on my own dataset how do I share my tuned model...

status:awaiting user response
type:help

### Description of the bug: Using the Gemini Pro API, If you have a function definition like this: ``` { name: "myFunction", parameters: { type: "object", properties: { choices: {...

type:feature request

### Description of the bug: I get lots of intermittent 500 errors (lots and lots!) but this request gives consistent 500 errors: ```json {"contents": [ {"role":"user","parts":[{"text":""},{"text":""}]} ], "tools":[{"functionDeclarations":[{"name":"locationFamilyInfo","description":"Identify the status/classes...

type:bug

This is pretty basic, but I find myself coming back to it, especially for sharing tuned models with service accounts. Adding it to the repo in case it's helpful for...

status:awaiting review

## Description of the change ## Motivation ## Type of change Choose one: (Bug fix | Feature request | Documentation | Other) ## Checklist - [x] I have performed a...

status:awaiting review
component:documentation

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies
demos:talking-character
status:awaiting review
component:demos
javascript