Chroma (chroma v0.1.3)
A ChromaDB client for Elixir
Summary
Functions
It returns the API base from the configuration., or the default value (api).
It returns the API URL from the configuration.
It returns the API version from the configuration., or the default value (v1).
It returns the host from the configuration., or the default value (http://localhost:3000).
Functions
Link to this function
api_base()
@spec api_base() :: String.t()
It returns the API base from the configuration., or the default value (api).
Link to this function
api_url()
@spec api_url() :: String.t()
It returns the API URL from the configuration.
Link to this function
api_version()
@spec api_version() :: String.t()
It returns the API version from the configuration., or the default value (v1).
Link to this function
host()
@spec host() :: String.t()
It returns the host from the configuration., or the default value (http://localhost:3000).