Embedder
interface for a consistent API.memAgent/cipher.yml
file:
src/core/brain/embedding/config.ts
for details.
cipher_memory_search
, cipher_extract_and_operate_memory
, etc.) are unavailable.
Provider | Config | Fallback Model | Fixed Dimensions |
---|---|---|---|
OpenAI | type: openai | text-embedding-3-small | No |
Gemini | type: gemini | gemini-embedding-001 | No |
Qwen | type: qwen | text-embedding-v3 | Yes (1024, 768, 512) |
Voyage | type: voyage | voyage-3-large | Yes (1024, 256, 512, 2048) |
AWS Bedrock | type: aws-bedrock | amazon.titan-embed-text-v2:0 | Yes (1024, 512, 256) |
Azure OpenAI | type: openai | text-embedding-3-small | No |
Ollama | type: ollama | nomic-embed-text | No |
VOYAGE_API_KEY
)dimensions:
in the config to override defaults.