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.Documentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| 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" |