mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 23:41:28 +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
|
||||
|
Reference in New Issue
Block a user