Skip to content

Commit

Permalink
updated the invole function, replaced boto3 with langchian_aws
Browse files Browse the repository at this point in the history
  • Loading branch information
debnsuma committed Dec 16, 2024
1 parent e01949d commit 55e0761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/multi-modal/multimodal_rag_with_nova.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
"# !pip install --upgrade jpype1 tabula-py PyMuPDF\n",
"# !pip install --upgrade boto3 requests numpy tqdm botocore ipython\n",
"# !pip install --upgrade faiss-cpu\n",
"# ! pip install --upgrade langchain-aws\n",
"# ! pip install --upgrade langchain-community\n",
"# ! pip install --upgrade langchain-text-splitters\n"
"# !pip install --upgrade langchain-aws\n",
"# !pip install --upgrade langchain-community\n",
"# !pip install --upgrade langchain-text-splitters\n"
]
},
{
Expand Down

0 comments on commit 55e0761

Please sign in to comment.