(reIndex: boolean = false)
| 387 | } |
| 388 | |
| 389 | async syncDocsWithPrompt(reIndex: boolean = false) { |
| 390 | await this.syncDocs(undefined, this.config, reIndex); |
| 391 | |
| 392 | void this.ide.showToast("info", "Docs indexing completed"); |
| 393 | } |
| 394 | |
| 395 | // Returns true if startUrl has been indexed with current embeddingsProvider |
| 396 | async hasMetadata(startUrl: string): Promise<boolean> { |
no test coverage detected