appmixer.pinecone.database.DeleteVectors
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| 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" } }. |
| Field | Type | Description |
|---|---|---|
| No fields defined for this port | ||