get_ntotal
Function
Returns the total number of vectors stored in a vector database.
Prototype
def get_ntotal() -> int
Return Value
Data Type |
Description |
|---|---|
int |
Total number of vectors stored in a vector database. |
Parent topic: MindFAISS
Returns the total number of vectors stored in a vector database.
def get_ntotal() -> int
Data Type |
Description |
|---|---|
int |
Total number of vectors stored in a vector database. |