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 Databricks Foundation Models
from praisonaiagents import embedding result = embedding( input="Hello world", model="databricks/databricks-bge-large-en" ) print(f"Dimensions: {len(result.embeddings[0])}")
praisonai embed "Hello world" --model databricks/databricks-bge-large-en
export DATABRICKS_API_KEY="your-databricks-token" export DATABRICKS_API_BASE="https://your-workspace.cloud.databricks.com"
databricks/databricks-bge-large-en
databricks/databricks-gte-large-en