RivaAuthMixin#

class langchain_community.utilities.nvidia_riva.RivaAuthMixin[source]#

Bases: BaseModel

Configuration for the authentication to a Riva service connection.

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 ssl_cert: str | None = None#

A full path to the file where Riva’s public ssl key can be read.

param url: AnyHttpUrl | str = AnyHttpUrl('http://localhost:50051', )#

The full URL where the Riva service can be found.

property auth: riva.client.Auth#

Return a riva client auth object.