parent
f8d8ff4599
commit
63a7bebb44
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ For more information about using embedding model components in flows, see [**Emb
|
|||
| base_url | String | Input parameter. The base URL for the NVIDIA API. Default: `https://integrate.api.nvidia.com/v1`. |
|
||||
| nvidia_api_key | SecretString | Input parameter. The API key for authenticating with NVIDIA's service. |
|
||||
| temperature | Float | Input parameter. The model temperature for embedding generation. Default: `0.1`. |
|
||||
| embeddings | Embeddings | Output parameter. An NVIDIAEmbeddings instance for generating embeddings. |
|
||||
| embeddings | Embeddings | Output parameter. An `NVIDIAEmbeddings` instance for generating embeddings. |
|
||||
|
||||
## NVIDIA Rerank
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Agents and MCP",
|
||||
label: "Agents",
|
||||
items: [
|
||||
"Agents/agents",
|
||||
"Agents/agents-tools",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue