Fix typo in documentation: vectorstore-retriever.ipynb (#2306)

There is a typo in the documentation. 
Fixed it!
This commit is contained in:
Ambuj Pawar
2023-04-02 22:48:05 +02:00
committed by GitHub
parent 8f608f4e75
commit b4b7e8a54d

View File

@@ -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\")"
]
},
{