continue icon indicating copy to clipboard operation
continue copied to clipboard

jetBrains plugin: Unable to add new @docs context using a URL

Open akg83 opened this issue 7 months ago • 11 comments

Before submitting your bug report

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 or env.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

  1. Open the "Continue.dev" pane/console (installed in an jetBrains IDE e.g. IDEA, PyCharm or phpStorm etc.)
  2. Click at the prompt input "Add Context", then choose "Docs", finally click "Add Docs"
  3. Type-in the direct URL to the documentation you would like to add/index, as well as a title text
  4. click on "Done"
  5. 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

akg83 avatar Jun 28 '24 10:06 akg83