mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 22:44:36 +00:00
docs: community docstring updates (#21040)
Added missed docstrings. Updated docstrings to consistent format.
This commit is contained in:
@@ -28,7 +28,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
@dataclass
|
||||
class DocAIParsingResults:
|
||||
"""A dataclass to store Document AI parsing results."""
|
||||
"""Dataclass to store Document AI parsing results."""
|
||||
|
||||
source_path: str
|
||||
parsed_path: str
|
||||
|
@@ -12,7 +12,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class BS4HTMLParser(BaseBlobParser):
|
||||
"""Pparse HTML files using `Beautiful Soup`."""
|
||||
"""Parse HTML files using `Beautiful Soup`."""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user