Skip to content

Commit 98c7b6e

Browse files
committed
fix docstring
1 parent faab36e commit 98c7b6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/nvidia/src/haystack_integrations/components/embedders/nvidia/document_embedder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def run(self, documents: list[Document]) -> dict[str, Union[list[Document], dict
248248
- `documents` - List of processed Documents with embeddings.
249249
- `meta` - Metadata on usage statistics, etc.
250250
:raises TypeError:
251-
If the input is not a string.
251+
If the input is not a list of Documents.
252252
"""
253253
if not self._initialized:
254254
self.warm_up()

0 commit comments

Comments
 (0)