Embedders
Fireworks
Fireworks Embedder is a class that allows you to embed documents using Fireworks.ai’s embedding models. It extends the OpenAI Embedder class and uses a compatible API interface.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
| Parameter | Type | Description | Default |
|---|---|---|---|
id | str | The model ID to use for embeddings | "nomic-ai/nomic-embed-text-v1.5" |
dimensions | int | Output dimensions of the embedding | 768 |
api_key | Optional[str] | Fireworks API key | Environment variable FIREWORKS_API_KEY |
base_url | str | Base URL for API requests | "https://api.fireworks.ai/inference/v1" |
Was this page helpful?