Closed scpedicini closed 1 month ago
I think we can probably close this issue out, although the infinite redirect to the Troubleshooting page persists:
https://docs.continue.dev/troubleshooting
Attempted the following to fix.
Steps to fix:
~/.continue
folder.This addresses the error Error retrieving from FTS: Error: SQLITE_ERROR: no such table: fts
referenced here:
https://github.com/continuedev/continue/issues/2089
config.json
"embeddingsProvider": {
"provider": "ollama",
"model": "nomic-embed-text"
}
@codebase
I had the same issue and I was able to resolve it by deleting the local sqlite database. So try the following steps:
~\.continue\index\index.sqlite
and ~\.continue\index\index.sqlite-wal
Looks like the infinite redirect issue was fixed - so I'm going to close this issue out.
Before submitting your bug report
Relevant environment info
Description
Every time I use either ⌘-Enter in the Continue Chat or
@codebase
it throwsError getting context items from codebase: TypeError: db.search is not a function
.Here is the core.log file, it looks like it starts to index the codebase and then maybe just gives up at 50%? I've replicated this issue on every project I've tried so I don't think its tied to a specific one.
Looking at the
index.sqlite
SQLite file I can see it that it has chunked the right files.Adding actual files / active file / etc works fine - but any attempts to use
@codebase
give this error, is it possibly related to the Lance vector database?I've also added the Continue extension to VSCodium and codebase context works fine. It seems directly related to the Jetbrains Webstorm extension.
ALSO: Trying to visit the troubleshooting documentation at https://docs.continue.dev/troubleshooting results in infinite redirects.
To reproduce
codebase
db.search is not a function
errorLog output
No response