continue
continue copied to clipboard
jetBrains plugin: Unable to add new @docs context using a URL
Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the Continue Discord for questions
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Ubuntu 22.04.4 LTS
- Continue: 0.0.50
- IDE: jetBrains phpStorm and pyCharm
Description
Unable to add a new "docs" context via URL, getting the following error:
Error getting context items from folder: Error:
local_files_only=true
orenv.allowRemoteModels=false
and file was not found locally at "/snapshot/continue-deploy/binary/models/all-MiniLM-L6-v2/tokenizer.json".
I can't seem to find any solution by changing the config file, or placing the all-MiniLM-L6-v2 model folder at the requested folder path or anything like this.
if it helps, I am using continue.dev completely local via an exposed local API of text-generation-webui (supported by Continue.dev), I don't use ollama or something like that
To reproduce
- Open the "Continue.dev" pane/console (installed in an jetBrains IDE e.g. IDEA, PyCharm or phpStorm etc.)
- Click at the prompt input "Add Context", then choose "Docs", finally click "Add Docs"
- Type-in the direct URL to the documentation you would like to add/index, as well as a title text
- click on "Done"
- within 1-2 seconds you will see the given error message (in my case at the bottom of the IDE which disappear after 2-3 seconds)
Log output
No response