drop_index
Remove an index from a field in a Zvec collection. Specify the collection and field name to drop the index.
Instructions
Remove the index from a field.
Args: params (DropIndexInput): Validated input parameters containing: - collection_name (str): Collection identifier - field_name (str): Name of the indexed field
Returns: str: Success message or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |