chroma run command:
path argument. By default,
it will save data to the chroma directory.
You can further customize how your Chroma server runs with these arguments:
host- defines the hostname where your server runs. By default, this islocalhost.port- the port your Chroma server will use to listen for requests from clients. By default the port is8000.config_path- instead of providingpath,host, andport, you can provide a configuration file with these definitions and more. You can find an example here.
Connecting to your Chroma Server
With your Chroma server running, you can connect to it with theHttpClient: