Basic Information

appmixer.pinecone.database.DeleteVectors

1.0.0

Public

Crete a new index.

Input Ports

in

FieldTypeDescription
Index text The name of the index.
Namespace text The namespace of the index. A namespace is a partition within an index. It divides records in an index into separate groups.
Vector IDs text Vectors to delete. Example: ["vec1", "vec2"]. This can also be a single vector ID (e.g. "vec3").
Delete All toggle If set, it indicates that all vectors in the index namespace should be deleted.
Filter text The metadata filter here will be used to select the vectors to delete. This is mutually exclusive with specifying Vector IDs to delete or using Delete All. You can use vector metadata to limit your search. The filter expression must be a valid JSON. Example: { "genre": { "$eq": "documentary" } }.

Output Ports

out

FieldTypeDescription
No fields defined for this port

Full Metadata