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.