chroma and chromadb-rs
A Rust client library that enables developers to interact with the ChromaDB server, making them complements designed to be used together rather than alternatives.
About chroma
chroma-core/chroma
Open-source search and retrieval database for AI applications.
This tool helps developers working with AI applications store, manage, and search large volumes of text and other data. You input documents, and it automatically processes them for efficient retrieval. The output is highly relevant search results for your AI models, making it easier to build applications like chatbots or intelligent search engines.
About chromadb-rs
Anush008/chromadb-rs
Rust client library for ChromaDB
**Note:** This project is archived; use the [official Chroma Rust client](https://crates.io/crates/chroma) instead. Provides HTTP-based interaction with Chroma's vector database via API V1 through dedicated `client` and `collection` modules, supporting upsert, filtering, and similarity search operations with optional metadata and document association. Includes pluggable embedding providers (OpenAI, SBERT) to automatically generate embeddings from text, eliminating manual embedding generation for common use cases.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work