mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 20:58:25 +00:00
Fix typo in documentation: vectorstore-retriever.ipynb (#2306)
There is a typo in the documentation. Fixed it!
This commit is contained in:
parent
8f608f4e75
commit
b4b7e8a54d
@ -66,7 +66,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"docs = retriever.get_relevant_documents(\"what did he say abotu ketanji brown jackson\")"
|
"docs = retriever.get_relevant_documents(\"what did he say about ketanji brown jackson\")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user