Future<void> deleteDocs(DocsIdDto docsIdDto) async { await _vdb.deleteCollection(docsIdDto.docsId); }