mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
Fix typo in documentation: vectorstore-retriever.ipynb (#2306)
There is a typo in the documentation. Fixed it!
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"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\")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user