Type: Package Package: rchroma Title: A Client for 'ChromaDB' Version: 0.2.0.9000 Authors@R: c( person("David", "Schoch", email = "david@schochastics.net", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2952-4812")), person("Christoph", "Sax", , "christoph.sax@gmail.com", role = "aut"), person("cynkra LLC", role = "cph")) Description: Client for 'ChromaDB', a vector database for storing and querying embeddings. This package provides a convenient interface to interact with the REST API of 'ChromaDB' . License: MIT + file LICENSE URL: https://github.com/cynkra/rchroma BugReports: https://github.com/cynkra/rchroma/issues Language: en-US Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: cli, glue, httr2 (>= 1.0.0), processx Suggests: testthat (>= 3.0.0), knitr, rmarkdown, covr, spelling Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://cynkra.r-universe.dev Date/Publication: 2025-07-16 07:36:44 UTC RemoteUrl: https://github.com/cynkra/rchroma RemoteRef: HEAD RemoteSha: 7291669640a7134ca5645cde5d4339e6b6804c6b NeedsCompilation: no Packaged: 2026-06-11 09:13:22 UTC; root Author: David Schoch [aut, cre] (ORCID: ), Christoph Sax [aut], cynkra LLC [cph] Maintainer: David Schoch