Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Generate embeddings using OVHcloud AI Endpoints
Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
from praisonaiagents import embedding
result = embedding(
input="Hello world",
model="ovhcloud/multilingual-e5-base"
)
print(f"Dimensions: {len(result.embeddings[0])}")
praisonai embed "Hello world" --model ovhcloud/multilingual-e5-base
export OVH_AI_ENDPOINTS_ACCESS_TOKEN="your-ovhcloud-token"