aiq.tool.nvidia_rag#
Attributes#
Classes#
Tool used to search the NVIDIA Developer database for documents across a variety of NVIDIA asset types. |
Functions#
|
Module Contents#
- logger#
- class NVIDIARAGToolConfig(/, **data: Any)#
Bases:
aiq.data_models.function.FunctionBaseConfig
Tool used to search the NVIDIA Developer database for documents across a variety of NVIDIA asset types.
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError
][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.self
is explicitly positional-only to allowself
as a field name.
- async nvidia_rag_tool(
- config: NVIDIARAGToolConfig,
- builder: aiq.builder.builder.Builder,