bigRAG
API Reference

Embedding Presets

Reusable embedding provider + model configurations.

Base path: /v1/admin/embedding-presets — Session-only.

Presets save an embedding provider, model, dimension, base URL, and API key once, then let you reference them when creating collections. Collections linked with embedding_preset_id read the preset live — preset updates affect those collections and invalidate their cached config.

The api_key column is Fernet-encrypted at rest with BIGRAG_MASTER_KEY — see Encryption at rest.