chroma_connect {rchroma} | R Documentation |
ChromaDB Client
Description
Create a new ChromaDB client connection
Usage
chroma_connect(
host = "http://localhost",
port = 8000L,
api_path = "/api/v2",
verify = TRUE
)
Arguments
host |
The host URL of the ChromaDB server. Default is "http://localhost". |
port |
The port number of the ChromaDB server. Default is 8000. |
api_path |
The API path. Default is "/api/v2". |
verify |
Whether to verify the connection. Default is TRUE. |
Value
A ChromaDB client object
[Package rchroma version 0.2.0 Index]