fix typos in cookbook/Semi_structured_and_multi_modal_RAG.ipynb (#11794)

I have fixed some typos in file
`cookbook/Semi_structured_and_multi_modal_RAG.ipynb`. I kindly request
the repo maintainers to review and merge it. Thanks!
pull/11520/head^2
Surav Shrestha 12 months ago committed by GitHub
parent ab145d85ec
commit 7f0145315a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -505,7 +505,7 @@
"id": "fc2bcc4c-c05d-4417-aaf9-78acd754dde6", "id": "fc2bcc4c-c05d-4417-aaf9-78acd754dde6",
"metadata": {}, "metadata": {},
"source": [ "source": [
"Here is our retrieval of that table from the natural langugae query:" "Here is our retrieval of that table from the natural language query:"
] ]
}, },
{ {
@ -526,7 +526,7 @@
} }
], ],
"source": [ "source": [
"# We can retrive this table\n", "# We can retrieve this table\n",
"retriever.get_relevant_documents(\"What are results for LLaMA across across domains / subjects?\")[1]" "retriever.get_relevant_documents(\"What are results for LLaMA across across domains / subjects?\")[1]"
] ]
}, },
@ -649,7 +649,7 @@
} }
], ],
"source": [ "source": [
"chain.invoke(\"What is the performance of LLaVa across across mutiple image domains / subjects?\")" "chain.invoke(\"What is the performance of LLaVa across across multiple image domains / subjects?\")"
] ]
}, },
{ {

Loading…
Cancel
Save