SceneXplainAPIWrapper#
- class langchain_community.utilities.scenexplain.SceneXplainAPIWrapper[source]#
Bases:
BaseSettings
,BaseModel
Wrapper for SceneXplain API.
In order to set this up, you need API key for the SceneXplain API. You can obtain a key by following the steps below. - Sign up for a free account at https://scenex.jina.ai/. - Navigate to the API Access page (https://scenex.jina.ai/api)
and create a new API key.
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 scenex_api_key: str [Required]#
- param scenex_api_url: str = 'https://api.scenex.jina.ai/v1/describe'#