langchain_community.utilities.pebblo
.Doc¶
- class langchain_community.utilities.pebblo.Doc[source]¶
Bases:
BaseModel
Pebblo document.
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
- param classifier_location: str [Required]¶
Location of the classifier.
- param docs: list [Required]¶
List of documents with its metadata.
- param load_id: str [Required]¶
Unique load_id of the app instance.
- param loader_details: dict [Required]¶
Loader details with its metadata.
- param loading_end: bool [Required]¶
Boolean, specifying end of loading of source.
- param name: str [Required]¶
Name of app originating this document.
- param owner: str [Required]¶
Owner of app.
- param plugin_version: str [Required]¶
Pebblo plugin Version
- param source_owner: str [Required]¶
Owner of the source of the loader.