barrel_vectordb_sup (barrel_vectordb v2.1.1)

View Source

barrel_vectordb top level supervisor

This supervisor is the root of the barrel_vectordb OTP application. barrel_vectordb is an embedded library: individual stores are started on demand by the embedding application via barrel_vectordb:start_link/1. Its only static child is the name registry stores register in (barrel_vectordb_registry), which maps binary store names to pids without minting atoms.

Summary

Functions

Start the barrel_vectordb supervisor.

Functions

start_link()

-spec start_link() -> {ok, pid()} | {error, term()}.

Start the barrel_vectordb supervisor.