Type: vector.chroma.IndexEmbedding

Namespace: vector.chroma

Description

Index a single embedding vector into a Chroma collection with optional metadata. Creates a searchable entry that can be queried for similarity matching. vector, index, embedding, chroma, storage, RAG

Properties

Property Type Description Default
collection collection The collection to index {'type': 'collection', 'name': ''}
embedding np_array The embedding to index {'type': 'np_array', 'value': None, 'dtype': '<i8', 'shape': [1]}
index_id str The ID to associate with the embedding ``
metadata Dict[Any, Any] The metadata to associate with the embedding {}

Metadata

Browse other nodes in the vector.chroma namespace.