-
### Question
I'm trying to follow the example given on [Vizro-AI homepage](https://vizro.readthedocs.io/projects/vizro-ai/en/vizro-ai-0.3.2/pages/tutorials/quickstart/), but instead of using the **…
-
### 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…
-
Title: OpenTelemetry for Generative AI
This blog post introduces enhancements to OpenTelemetry specifically tailored for generative AI technologies, focusing on the development of Semantic Conventi…
-
### Project Name
Financial Advisory Bot using RAG with GenAI
### Description
RagHack
Financial Advisory Bot using RAG with GenAI
---
### Team Name: TechX
---
## Finan…
-
### 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'])
…
-
**Describe the bug**
Building Java API and use the generated artifacts in another application however I got the below error while using the sample `SimpleGenAI` class.
```
Exception in thread "m…
-
Hi!
I'm running `model_analyzer` from `nvcr.io/nvidia/tritonserver:24.08-py3-sdk` docker container for my model with LLM model type.
It fails with the following error message:
```
Command:
g…
-
**Describe the bug**
When I use the FunctionCalling feature of the LLama-3.2-1B-Instruct model on an Android device, an error occurs.
The prompt is as follows:
```
system
Environment: ipython
Cutt…
-
### Description of the bug:
I have a Python script that generates menus by reading them from a list and completing a prompt (the prompts are in Spanish). However, for some reason, certain prompts re…
-
### Description of the bug:
I was playing around with tool use and streaming, this was my code:
```py
import google.generativeai as genai
import config
genai.configure(api_key=config.API_KEY…