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 Fireworks AI’s fast inference
from praisonaiagents import embedding result = embedding( input="Hello world", model="fireworks_ai/nomic-ai/nomic-embed-text-v1.5" ) print(f"Dimensions: {len(result.embeddings[0])}")
praisonai embed "Hello world" --model fireworks_ai/nomic-ai/nomic-embed-text-v1.5
export FIREWORKS_API_KEY="your-fireworks-api-key"
fireworks_ai/nomic-ai/nomic-embed-text-v1.5
fireworks_ai/WhereIsAI/UAE-Large-V1