Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in cookbook/Semi_structured_and_multi_modal_RAG.ipynb #11794

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -424,7 +424,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 @@ -445,7 +445,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 @@ -556,7 +556,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
Loading