* Insert vectors into the database
(props: InsertVectorControllerPropsType)
| 91 | * Insert vectors into the database |
| 92 | */ |
| 93 | insert(props: InsertVectorControllerPropsType): Promise<InsertVectorResponseType>; |
| 94 | |
| 95 | /** |
| 96 | * Delete vectors from the database |
no outgoing calls
no test coverage detected