MojeekSearchAPIWrapper#

class langchain_community.utilities.mojeek_search.MojeekSearchAPIWrapper[source]#

Bases: BaseModel

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 api_key: str [Required]#
param api_url: str = 'https://api.mojeek.com/search'#
param search_kwargs: dict [Optional]#
run(query: str) str[source]#
Parameters:

query (str) –

Return type:

str