struct
AI::Google::EmbeddingConfig
- AI::Google::EmbeddingConfig
- Struct
- Value
- Object
Overview
Configuration for the Google embedding model.
Defined in:
ai/google/google_generative_ai_embedding_model.crConstructors
Instance Method Summary
- #api_key : String | Nil
- #base_url : String
- #headers : Proc(Hash(String, String)) | Nil
- #provider : String
Constructor Detail
def self.new(provider : String, base_url : String, headers : Proc(Hash(String, String)) | Nil = nil, api_key : String | Nil = nil)
#