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 Snowflake Arctic Embed models
from praisonaiagents import embedding result = embedding( input="Hello world", model="snowflake/snowflake-arctic-embed-m" ) print(f"Dimensions: {len(result.embeddings[0])}")
praisonai embed "Hello world" --model snowflake/snowflake-arctic-embed-m
export SNOWFLAKE_JWT="your-snowflake-jwt"
snowflake/snowflake-arctic-embed-m
snowflake/snowflake-arctic-embed-l