YouHit#

class langchain_community.utilities.you.YouHit[source]#

Bases: YouHitMetadata

A single hit from you.com, which may contain multiple snippets

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 description: str [Required]#

Details about the result

param snippets: List[str] [Required]#

One or snippets of text

param thumbnail_url: str [Required]#

Thumbnail associated with the result

param title: str [Required]#

The title of the result

param url: str [Required]#

The url of the result