Chroma Slim
ChromaSlim Class Documentation
Overview
The ChromaSlim
class is a slim vector store of Chroma, optimized for RAGchain.
Usage
Its usage is similar to Langchain's Chroma
class. Due to its inheritance to Chroma
class, you can use any function in Chroma
class. Plus, you can initialize with Chroma
class initializer.
For the optimal utilization of ChromaSlim
VectorStore, developers are strongly recommended to employ the add_passages()
method when saving passages. The use of alternative methods may not fully leverage the capabilities and advantages inherent in Slim VectorStore.
Here is a basic example:
Last updated