Skip to content

Commit

Permalink
Fix typo in docugami.ipynb (langchain-ai#5571)
Browse files Browse the repository at this point in the history
# Fix typo in docugami.ipynb

Fixed typo.
infromation -> information
  • Loading branch information
eltociear authored and Undertone0809 committed Jun 19, 2023
1 parent 4d8555b commit a8f58b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let's run the same question again. It returns the correct result since all the chunks have metadata key/value pairs on them carrying key information about the document even if this infromation is physically very far away from the source chunk used to generate the answer."
"Let's run the same question again. It returns the correct result since all the chunks have metadata key/value pairs on them carrying key information about the document even if this information is physically very far away from the source chunk used to generate the answer."
]
},
{
Expand Down

0 comments on commit a8f58b2

Please sign in to comment.