Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate embeddings using Azure AI Studio models
from praisonaiagents import embedding result = embedding( input="Hello world", model="azure_ai/Cohere-embed-v3-english" ) print(f"Dimensions: {len(result.embeddings[0])}")
praisonai embed "Hello world" --model azure_ai/Cohere-embed-v3-english
export AZURE_AI_API_KEY="your-azure-ai-api-key" export AZURE_AI_API_BASE="https://your-endpoint.inference.ai.azure.com"
azure_ai/Cohere-embed-v3-english
azure_ai/Cohere-embed-v3-multilingual