docs: s/path_images/images/ for ImageCaptionLoader keyword arguments (#22857)

Quick update to `ImageCaptionLoader` documentation to reflect what's in
code.
This commit is contained in:
Zeeshan Qureshi 2024-06-13 21:37:12 -04:00 committed by GitHub
parent 41e232cb82
commit ada1e5cc64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"loader = ImageCaptionLoader(path_images=list_image_urls)\n", "loader = ImageCaptionLoader(images=list_image_urls)\n",
"list_docs = loader.load()\n", "list_docs = loader.load()\n",
"list_docs" "list_docs"
] ]