리뷰 Agent Platform의 Gemini API를 사용하는 멀티모달 검색 증강 생성(RAG)개
리뷰 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은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.