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 Nebius AI Studio
from praisonaiagents import embedding result = embedding( input="Hello world", model="nebius/BAAI/bge-en-icl" ) print(f"Dimensions: {len(result.embeddings[0])}")
praisonai embed "Hello world" --model nebius/BAAI/bge-en-icl
export NEBIUS_API_KEY="your-nebius-api-key"
nebius/BAAI/bge-en-icl
nebius/BAAI/bge-multilingual-gemma2
nebius/intfloat/e5-mistral-7b-instruct