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

@spec api_base() :: String.t()

It returns the API base from the configuration., or the default value (api).

@spec api_url() :: String.t()

It returns the API URL from the configuration.

@spec api_version() :: String.t()

It returns the API version from the configuration., or the default value (v1).

@spec host() :: String.t()

It returns the host from the configuration., or the default value (http://localhost:3000).