chroma_connect: ChromaDB Client

View source: R/connection.R

chroma_connectR 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


rchroma documentation built on April 4, 2025, 1:37 a.m.