Skip to content

Commit

Permalink
fix typos in cookbook/Semi_structured_and_multi_modal_RAG.ipynb (lang…
Browse files Browse the repository at this point in the history
…chain-ai#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!
  • Loading branch information
suravshrestha authored and HoaNQ9 committed Feb 2, 2024
1 parent c6679c2 commit 4dac3f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbook/Semi_structured_and_multi_modal_RAG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@
"id": "fc2bcc4c-c05d-4417-aaf9-78acd754dde6",
"metadata": {},
"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:"
]
},
{
Expand All @@ -526,7 +526,7 @@
}
],
"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]"
]
},
Expand Down Expand Up @@ -649,7 +649,7 @@
}
],
"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?\")"
]
},
{
Expand Down

0 comments on commit 4dac3f2

Please sign in to comment.