Skip to main content

addVectorItem

codebolt.vectordb.addVectorItem(item: any): Promise<AddVectorItemResponse>
Adds a new vector item to the vector database.

Parameters

NameTypeDescription
itemanyThe item to add to the vector.

Returns:

 Promise<AddVectorItemResponse>
A promise that resolves when the item is successfully added.

Status

Working Progress...