continue icon indicating copy to clipboard operation
continue copied to clipboard

Error getting context items from folder

Open Greatz08 opened this issue 11 months ago • 4 comments

Before submitting your bug report

Relevant environment info

- OS:Linux
- IDE:vscode

Description

trying to feed folder and get answer for some files but getting this error

To reproduce

No response

Log output

Error getting context items from folder: Error: `local_files_only=true` or `env.allowRemoteModels=false` and file was not found locally at "/config/extensions/continue.continue-0.8.16-linux-x64/models/all-MiniLM-L6-v2/tokenizer.json".

Greatz08 avatar Mar 18 '24 14:03 Greatz08

Same issue here when trying to index some documentation and then query it from chat:

Error getting context items from docs: Error: lance error: LanceError(IO): Schema error: No field named baseurl. Valid fields are title, "baseUrl", content, path, "startLine", "endLine", vector., /Users/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lance-0.10.4/src/io/exec/planner.rs:659:20

alexsoyes avatar Mar 19 '24 14:03 alexsoyes

@alexsoyes I just solved this here. Either it's in the current pre-release or will be in the next one

sestinj avatar Mar 22 '24 01:03 sestinj

@sestinj will this fix be pushed to jetbrains plugin? I'm on 0.0.46 and I'm experiencing this issue as well

thebetauser avatar May 05 '24 14:05 thebetauser

  • OS: Windows
  • IDE: Jetbrains Gateway - IntelliJ IDEA 2024.1.2 Preview // but also in current latest
  • Continue: 0.0.46

when trying to use "Select Code ( CTRL + J ) /edit ..."

Error running handler for "context/getContextItems": Error: local_files_only=true or env.allowRemoteModels=false and file was not found locally at "C:\snapshot\continue-deploy\binary\models/all-MiniLM-L6-v2/tokenizer.json". Error: local_files_only=true or env.allowRemoteModels=false and file was not found locally at "C:\snapshot\continue-deploy\binary\models/all-MiniLM-L6-v2/tokenizer.json".

womd avatar May 10 '24 08:05 womd