Type: Package
Package: rchroma
Title: A Client for 'ChromaDB'
Version: 0.2.0
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' <https://docs.trychroma.com>.
License: MIT + file LICENSE
URL: https://github.com/cynkra/rchroma
BugReports: https://github.com/cynkra/rchroma/issues
Language: en-US
Encoding: UTF-8
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
NeedsCompilation: no
Packaged: 2025-03-26 16:05:34 UTC; david
Author: David Schoch [aut, cre] (<https://orcid.org/0000-0003-2952-4812>),
  Christoph Sax [aut],
  cynkra LLC [cph]
Maintainer: David Schoch <david@schochastics.net>
Repository: CRAN
Date/Publication: 2025-03-26 18:50:01 UTC
Built: R 4.6.0; ; 2025-08-18 09:03:50 UTC; unix
