mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-22 06:39:52 +00:00
fix typo in aleph_alpha.ipynb (#10478)
fixes the aleph_alpha.ipynb typo from contnt to content
This commit is contained in:
parent
adabdfdfc7
commit
cbb4860fcd
@ -36,7 +36,7 @@
|
|||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"document = \"This is a content of the document\"\n",
|
"document = \"This is a content of the document\"\n",
|
||||||
"query = \"What is the contnt of the document?\""
|
"query = \"What is the content of the document?\""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user