-
### Description of the bug:
I am using this script for gemini api to generate image:
```
import os
import google.generativeai as genai
genai.configure(api_key=os.environ['GEMINI_API_KEY'])
…
-
I believe there is an issue with DB import when the page has quotes (e.g. code snippets in documentation).
I am unable to pin it down further because of #12, but I'll share what I can here.
With…
-
Does the library currently support caching for these providers in any way or do you have plans to add support?
Thanks for any info!
-
### Description of the feature request:
Currently, the [Python Quickstart](https://ai.google.dev/tutorials/python_quickstart) documentation for using the Gemini API suggests setting the API key i…
-
## Description
Perform comprehensive end-to-end QA testing for the P2P Energy Trading Demo from the **prosumer's** perspective using **Lisa**, the WhatsApp AI agent. This will involve testing the sys…
-
### Description of the bug:
When using response_schema in generate_content the response schema is not respected if the response_schema is set using a object
### Actual vs expected behavior:
I e…
-
### 🐛 Describe the bug
I was trying to utilise graph memory using gemini and google embeddings along with qdrant. Pls help
```bash
(venv) ~/Desktop/mem0-test-try $ python assistant_v1.py
Give…
-
## Description
Perform comprehensive end-to-end QA testing for the P2P Energy Trading Demo from the consumer's perspective using **Lisa**, the WhatsApp AI agent. This will involve interacting with th…
-
### Description of the bug:
When I try to create a caching.CachedContent.create(), I get a "403 You do not have permission to access the File XXXX" error. I've checked and the model runs fine if I d…
-
### Privileged issue
- [X] I am a LangChain maintainer, or was asked directly by a LangChain maintainer to create an issue here.
### Issue Content
Gemini now allows a developer to create a context …