Skip to content

Commit

Permalink
Merge pull request #41 from eltociear/patch-5
Browse files Browse the repository at this point in the history
Update Router_Query_Engine.ipynb
  • Loading branch information
alexalbertt committed Apr 23, 2024
2 parents 8a6f072 + 64deace commit 6b1d613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/LlamaIndex/Router_Query_Engine.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# RouterQuery Engine\n",
"\n",
"In this notebook we will look into `RouterQueryEngine` to route the user queries to one of the available query engine tools. These tools can be different indicies/ query engine on same documents/ different documents."
"In this notebook we will look into `RouterQueryEngine` to route the user queries to one of the available query engine tools. These tools can be different indices/ query engine on same documents/ different documents."
]
},
{
Expand Down Expand Up @@ -292,7 +292,7 @@
"id": "rAlVBGBOKYmX"
},
"source": [
"### Create Indicies and Query Engines."
"### Create Indices and Query Engines."
]
},
{
Expand Down

0 comments on commit 6b1d613

Please sign in to comment.