Відгуки: Multimodal Retrieval Augmented Generation (RAG) using the Gemini API in Agent Platform

36909 відгуків

Christy M. · Відгук надано 3 місяці тому

Tikam S. · Відгук надано 3 місяці тому

Got an error during the execution of Jupyter preventing me from moving forward. It could potentially be related to deprecated APIs. google-cloud-aiplatform 1.130.0 requires google-genai<2.0.0,>=1.37.0, but you have google-genai 2.4.0 which is incompatible.

Boire J. · Відгук надано 3 місяці тому

the code is not working

Massimo A. · Відгук надано 3 місяці тому

Brent Gian B. · Відгук надано 3 місяці тому

Marcaba error desde el 3er punto de control

José Luis R. · Відгук надано 3 місяці тому

Khaja R. · Відгук надано 3 місяці тому

John Roldan B. · Відгук надано 3 місяці тому

Tom D. · Відгук надано 3 місяці тому

Sadupati A. · Відгук надано 3 місяці тому

Uha G. · Відгук надано 3 місяці тому

RESHMITHAA B. · Відгук надано 3 місяці тому

Avinash B. · Відгук надано 3 місяці тому

Maths Masters G. · Відгук надано 3 місяці тому

Shamanth K. · Відгук надано 3 місяці тому

good

Udhaya P. · Відгук надано 3 місяці тому

Keerthana D. · Відгук надано 3 місяці тому

Uha G. · Відгук надано 3 місяці тому

Suhas C. · Відгук надано 3 місяці тому

429 issues no matter what i try

Santosh R. · Відгук надано 3 місяці тому

Anushree A. · Відгук надано 3 місяці тому

R Shree A. · Відгук надано 3 місяці тому

규훈 이. · Відгук надано 3 місяці тому

Dilli B. · Відгук надано 3 місяці тому

there were issues with the code blocks; Ah, that explains it. The rich library is installed, but it's sitting in your micromamba environment (`/opt/micromamba/...`), while your Jupyter Notebook kernel is likely running a completely different Python executable. When Jupyter uses a different kernel version or virtual environment than the one where the packages are installed, it won't see them, leading back to that NameError. You can fix this inside the notebook by forcing pip to install directly into the specific environment your current kernel is using. Run this in a new cell: ```python import sys !{sys.executable} -m pip install rich vertexai ``` Using `sys.executable` guarantees that the packages land in the exact Python environment running your current notebook. Once that cell finishes running, go ahead and execute your import cell again: ```python from IPython.display import Markdown, display from rich.markdown import Markdown as rich_Markdown from vertexai.generative_models import GenerationConfig, GenerativeModel, Image ``` Everything should import cleanly this time, and your model initialization lines will work right after.

Raphael M. · Відгук надано 3 місяці тому

Ми не гарантуємо, що опубліковані відгуки написали клієнти, які придбали продукти чи скористалися ними. Відгуки не перевіряються Google.