@Docs can't index sites anymore #3384
Labels
area:indexing
Relates to embedding and indexing
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
With the recent update to "Continue version: 0.0.83" continue can't index docs anymore, this is logs:
[2024-12-15T13:32:58] Creating embeddings for 199 articles [2024-12-15T13:33:03] Creating embeddings for 199 articles [2024-12-15T13:33:23] Creating embeddings for 199 articles [2024-12-15T13:37:04] Adding 12862 embeddings to db [2024-12-15T13:37:14] Failed to fetch favicon for https://docs.djangoproject.com: TypeError: fetch failed [2024-12-15T13:37:14] Failed to find favicon for https://docs.djangoproject.com [2024-12-15T13:37:15] Adding 12862 embeddings to db [2024-12-15T13:37:25] Failed to fetch favicon for https://docs.djangoproject.com: TypeError: fetch failed [2024-12-15T13:37:25] Failed to find favicon for https://docs.djangoproject.com [2024-12-15T13:37:27] Error indexing docs Error: SQLITE_CONSTRAINT: UNIQUE constraint failed: docs.startUrl [2024-12-15T13:37:41] Adding 12862 embeddings to db [2024-12-15T13:37:51] Failed to fetch favicon for https://docs.djangoproject.com: TypeError: fetch failed [2024-12-15T13:37:51] Failed to find favicon for https://docs.djangoproject.com [2024-12-15T13:37:52] Error indexing docs Error: SQLITE_CONSTRAINT: UNIQUE constraint failed: docs.startUrl
happens all the time, several times tried to delete ~/.continue/index folder and restarting IDE - no success. In the embeddings model logs i see it creates many embedding, but seems to fail to write them to sqlite db.
To reproduce
No response
Log output
No response
The text was updated successfully, but these errors were encountered: