Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Generate embeddings using NVIDIA NIM inference microservices
from praisonaiagents import embedding result = embedding( input="Hello world", model="nvidia_nim/NV-Embed-QA" ) print(f"Dimensions: {len(result.embeddings[0])}")
praisonai embed "Hello world" --model nvidia_nim/NV-Embed-QA
export NVIDIA_NIM_API_KEY="your-nvidia-api-key"
nvidia_nim/NV-Embed-QA
nvidia_nim/nvidia/nv-embedqa-e5-v5