View Source Rag.Ai.Cohere (rag v0.2.0)

Implementation of Rag.Ai.Provider using the Cohere API.

Summary

Types

t()

@type t() :: %Rag.Ai.Cohere{
  api_key: String.t(),
  embeddings_model: String.t(),
  embeddings_url: String.t(),
  text_model: String.t(),
  text_url: String.t()
}