docs: fix typo in left nav (#9160)

* fix typo

* restart build
This commit is contained in:
April I. Murphy 2025-07-23 14:10:40 -07:00 committed by GitHub
commit 63a7bebb44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -91,7 +91,7 @@ module.exports = {
},
{
type: "category",
label: "Agents and MCP",
label: "Agents",
items: [
"Agents/agents",
"Agents/agents-tools",