| chroma_connect | R Documentation | 
Create a new ChromaDB client connection
chroma_connect(
  host = "http://localhost",
  port = 8000L,
  api_path = "/api/v2",
  verify = TRUE
)
| 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. | 
A ChromaDB client object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.