Add missing param to parent document retriever notebook (#9569)

This commit is contained in:
Jacob Lee 2023-08-21 15:02:12 -07:00 committed by GitHub
parent 00eff8c4a7
commit 0fea987dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@
"metadata": {},
"outputs": [],
"source": [
"retriever.add_documents(docs)"
"retriever.add_documents(docs, ids=None)"
]
},
{
@ -432,7 +432,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.1"
"version": "3.10.5"
}
},
"nbformat": 4,