(startUrl: string)
| 1275 | } |
| 1276 | |
| 1277 | private async deleteIndexes(startUrl: string) { |
| 1278 | await this.deleteEmbeddingsFromLance(startUrl); |
| 1279 | await this.deleteMetadataFromSqlite(startUrl); |
| 1280 | } |
| 1281 | |
| 1282 | async delete(startUrl: string) { |
| 1283 | this.docsIndexingQueue.delete(startUrl); |
no test coverage detected