Class: ChromaVectorStore
Implements
Constructors
new ChromaVectorStore()
new ChromaVectorStore(
init
):ChromaVectorStore
Parameters
• init
• init.chromaClientParams?: ChromaClientParams
• init.collectionName: string
• init.textKey?: string
Returns
Source
packages/core/src/storage/vectorStore/ChromaVectorStore.ts:39
Properties
chromaClient
private
chromaClient:ChromaClient
Source
packages/core/src/storage/vectorStore/ChromaVectorStore.ts:35
collection
private
collection:null
|Collection
=null
Source
packages/core/src/storage/vectorStore/ChromaVectorStore.ts:36
collectionName
private
collectionName:string
Source
packages/core/src/storage/vectorStore/ChromaVectorStore.ts:37
flatMetadata
flatMetadata:
boolean
=true
Source
packages/core/src/storage/vectorStore/ChromaVectorStore.ts:33
storesText
storesText:
boolean
=true
Implementation of
Source
packages/core/src/storage/vectorStore/ChromaVectorStore.ts:32