JinaSearchAPIWrapper#
- class langchain_community.utilities.jina_search.JinaSearchAPIWrapper[source]#
Bases:
BaseModel
Wrapper around the Jina search engine.
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 base_url: str = 'https://s.jina.ai/'#
The base URL for the Jina search engine.