continue icon indicating copy to clipboard operation
continue copied to clipboard

vectordb error

Open noskill opened this issue 9 months ago • 2 comments

Before submitting your bug report

Relevant environment info

- OS:Opensuse tumbleweed kernel  6.7.7-1-default
- Continue:0.0.46
- IDE:IntelliJ IDEA 2024.1.1 (Community Edition)

Description

I added embeddings provider to the config and then tried to used with "@codebase"

"embeddingsProvider": { "provider": "ollama", "model": "nomic-embed-text", "apiBase": "http://localhost:11434" }

got an error message

To reproduce

No response

Log output

Error: vectordb: failed to load native library.
  You may need to run `npm install @lancedb/vectordb-linux-x64-gnu`.

  If that does not work, please file a bug report at https://github.com/lancedb/lancedb/issues
      
  Source error: Error: Cannot find module '@lancedb/vectordb-linux-x64-gnu'
Require stack:
- /snapshot/continue-deploy/binary/out/index.js
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.

noskill avatar May 23 '24 10:05 noskill