Agent Platform の Gemini API を使用したマルチモーダル検索拡張生成(RAG) のレビュー
36909 件のレビュー
M Christy · 3ヶ月前にレビュー済み
Singh Tikam · 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.
Jean-Sebastien Boire · 3ヶ月前にレビュー済み
the code is not working
Asuni Massimo · 3ヶ月前にレビュー済み
Buerano Brent Gian · 3ヶ月前にレビュー済み
Marcaba error desde el 3er punto de control
Rojas Miranda José Luis · 3ヶ月前にレビュー済み
Rasool Khaja · 3ヶ月前にレビュー済み
Burog John Roldan · 3ヶ月前にレビュー済み
De Keukeleire Tom · 3ヶ月前にレビュー済み
Ashok Kumar Sadupati · 3ヶ月前にレビュー済み
Gudeti Uha · 3ヶ月前にレビュー済み
Balaji RESHMITHAA · 3ヶ月前にレビュー済み
Bhagat Avinash · 3ヶ月前にレビュー済み
GOOGLEUSER Maths Masters · 3ヶ月前にレビュー済み
Kumar K Shamanth · 3ヶ月前にレビュー済み
good
Prakash Udhaya · 3ヶ月前にレビュー済み
Dhandapani Keerthana · 3ヶ月前にレビュー済み
Gudeti Uha · 3ヶ月前にレビュー済み
Chadar Suhas · 3ヶ月前にレビュー済み
429 issues no matter what i try
Rupani Santosh · 3ヶ月前にレビュー済み
Anu Anushree · 3ヶ月前にレビュー済み
Akash R Shree · 3ヶ月前にレビュー済み
이 규훈 · 3ヶ月前にレビュー済み
Babu K Dilli · 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.
Malikian Raphael · 3ヶ月前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。