Skip to content

Commit f9a14df

Browse files
authored
fix pydantic fields to float (run-llama#9542)
* fix pydantic fields to str * cr
1 parent 3b892b3 commit f9a14df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/multi_modal/gemini.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"metadata": {},
3636
"outputs": [],
3737
"source": [
38-
"!pip install llama-index 'google-generativeai>=0.3.0' matplotlib"
38+
"!pip install llama-index 'google-generativeai>=0.3.0' matplotlib qdrant_client"
3939
]
4040
},
4141
{
@@ -449,7 +449,7 @@
449449
" category: str\n",
450450
" hours: str\n",
451451
" price: float\n",
452-
" rating: int\n",
452+
" rating: float\n",
453453
" review: str\n",
454454
" description: str\n",
455455
" nearby_tourist_places: str\n",

0 commit comments

Comments
 (0)