mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-08 04:56:45 +00:00
Update docstring in html.py (#6279)
The explanation of 'sources' is inadequate especially because this is probably going to be most used with `LinkContentFetcher` that returns `List[ByteStream]`
This commit is contained in:
parent
f708cf6056
commit
b8fdb880f9
@ -29,7 +29,7 @@ class HTMLToDocument:
|
||||
"""
|
||||
Converts a list of HTML files to Documents.
|
||||
|
||||
:param sources: Paths to HTML files.
|
||||
:param sources: List of HTML file paths or ByteStream objects.
|
||||
:return: List of converted Documents.
|
||||
"""
|
||||
documents = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user