Skip to main content

EmbeddingConfig

Defined in the embedding_agent module.
Configuration for embedding settings. Follows the Precedence Ladder pattern:
  • Instance > Config > Array > Dict > String > Bool > Default

Properties

dimensions
Optional
No description available.
encoding_format
str
No description available.
timeout
int
No description available.
api_base
Optional
No description available.
api_key
Optional
No description available.
  • to_dict: Convert to dictionary for LiteLLM calls.