Chroma.Database (chroma v0.1.0)

Documentation for Chroma.Database

Summary

Functions

Returns the current state of the database.

Persists the database to disk.

Resets the database to its initial state.

Returns the current vesion of the Chroma database.

Functions

@spec heartbeat() :: map()

Returns the current state of the database.

@spec persist() :: map()

Persists the database to disk.

@spec reset() :: map()

Resets the database to its initial state.

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

Returns the current vesion of the Chroma database.