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 ByteDance Volcengine
from praisonaiagents import embedding result = embedding( input="Hello world", model="volcengine/doubao-embedding" ) print(f"Dimensions: {len(result.embeddings[0])}")
praisonai embed "Hello world" --model volcengine/doubao-embedding
export VOLCENGINE_API_KEY="your-volcengine-api-key"