Package: rchroma 0.2.0.9000

rchroma: A Client for 'ChromaDB'
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>.
Authors:
rchroma_0.2.0.9000.tar.gz
rchroma_0.2.0.9000.zip(r-4.7)rchroma_0.2.0.9000.zip(r-4.6)rchroma_0.2.0.9000.zip(r-4.5)
rchroma_0.2.0.9000.tgz(r-4.6-any)rchroma_0.2.0.9000.tgz(r-4.5-any)
rchroma_0.2.0.9000.tar.gz(r-4.7-any)rchroma_0.2.0.9000.tar.gz(r-4.6-any)
rchroma_0.2.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rchroma/json (API)
NEWS
| # Install 'rchroma' in R: |
| install.packages('rchroma', repos = c('https://cynkra.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cynkra/rchroma/issues
Last updated from:7291669640. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 173 | ||
| linux-release-x86_64 | OK | 135 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-oldrel-arm64 | OK | 74 | ||
| windows-devel | OK | 111 | ||
| windows-release | OK | 85 | ||
| windows-oldrel | OK | 91 | ||
| wasm-release | OK | 113 |
Exports:add_documentschroma_connectchroma_docker_runchroma_docker_runningchroma_docker_stopcount_collectionscreate_collectioncreate_databasecreate_tenantdelete_collectiondelete_documentsget_auth_identityget_collectionget_databaseget_tenantheartbeatlist_collectionspre_flight_checksqueryresetupdate_collectionupdate_documentsupsert_documentsversion
Dependencies:askpassclicurlgluehttr2lifecyclemagrittropensslprocessxpsR6rappdirsrlangsysvctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add Documents to a Collection | add_documents |
| ChromaDB Client | chroma_connect |
| Start ChromaDB Docker Container | chroma_docker_run |
| Check ChromaDB Docker Container Status | chroma_docker_running |
| Stop ChromaDB Docker Container | chroma_docker_stop |
| Count Collections in a Database | count_collections |
| Create a Collection in ChromaDB | create_collection |
| Create a Database | create_database |
| Create a Tenant | create_tenant |
| Delete a Collection | delete_collection |
| Delete Documents from a Collection | delete_documents |
| Get Authentication Identity | get_auth_identity |
| Get a Collection | get_collection |
| Get a Database | get_database |
| Get a Tenant | get_tenant |
| Check ChromaDB Server Heartbeat | heartbeat |
| List Collections in a Database | list_collections |
| Get ChromaDB Server Information | pre_flight_checks |
| Query Documents in a Collection | query |
| Reset ChromaDB | reset |
| Update a Collection | update_collection |
| Update Documents in a Collection | update_documents |
| Upsert Documents to a Collection | upsert_documents |
| Get ChromaDB Server Version | version |
