get_all_ids
Function
Obtains the IDs of all vectors.
Prototype
def get_all_ids() -> List[int]
Return Value
Data Type |
Description |
|---|---|
List[int] |
List of IDs of all vectors in a vector database. |
Parent topic: MilvusDB
Obtains the IDs of all vectors.
def get_all_ids() -> List[int]
Data Type |
Description |
|---|---|
List[int] |
List of IDs of all vectors in a vector database. |