We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b892b3 commit f9a14dfCopy full SHA for f9a14df
docs/examples/multi_modal/gemini.ipynb
@@ -35,7 +35,7 @@
35
"metadata": {},
36
"outputs": [],
37
"source": [
38
- "!pip install llama-index 'google-generativeai>=0.3.0' matplotlib"
+ "!pip install llama-index 'google-generativeai>=0.3.0' matplotlib qdrant_client"
39
]
40
},
41
{
@@ -449,7 +449,7 @@
449
" category: str\n",
450
" hours: str\n",
451
" price: float\n",
452
- " rating: int\n",
+ " rating: float\n",
453
" review: str\n",
454
" description: str\n",
455
" nearby_tourist_places: str\n",
0 commit comments