-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'Index not loaded' #837
Comments
#825 was merged. Should be fixed in the next release v2.7.3. In the meantime the solution is to refresh with the dev console open. |
|
@chriswhite5918 Could you turn on debug mode as the issue template suggests? The debug messages might help. For now I can't reproduce this behavior on my end. What's your OS and what embedding model do you have? |
OS: Windows 11 Pro 26100.2314 |
@chriswhite5918 what model are you using? |
I have the same issue, even on latest version, when using a local model. Monitoring the log of the local model server, there are no requests being made if API key is not provided (in QA mode), whereas if using a random key (any string given it's not necessary) the request is sent correctly to the server but it obviously get rejected as the API key parameter is not needed. |
Copilot version: 2.7.2
Describe how to reproduce
I’m using the desktop version. After installing the plugin, configuring the API, and restarting the plugin as instructed, I found that QA mode isn’t working, with the message 'Index not loaded.' Restarting the plugin didn’t help either. I tried forcing the index using a shortcut, but it showed the message 'Indexing is disabled on mobile devices.'
I then created a new empty vault and only installed your plugin, but the result was the same.
Expected behavior
The expected outcome should be that indexing works normally. Even if there’s an issue with the API, it should indicate an API-related problem rather than saying 'Indexing is disabled on mobile devices.
Screenshots
The text was updated successfully, but these errors were encountered: