continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.23k stars 1.65k forks source link

The 'transformers.js’ embeddingsProvider is currently unsupported in JetBrains. To enablecodebase indexing, you can use any of the other providers described in the docs:https://docs.continue.dev/walkthroughs/codebase-embeddings#embeddings-providers #1650

Open yan-zay opened 4 months ago

yan-zay commented 4 months ago

Before submitting your bug report

Relevant environment info

- OS:win11
- Continue: the latest version 'preview' branch
- IDE: IntelliJ IDEA 2024.1.2
- Model: gpt-4o
- config.json:
      {
      "model": "qqq-gpt-4o",
      "title": "OpenAI",
      "apiKey": "**",
      "apiBase": "",
      "completionOptions": {},
      "provider": "openai",
      "requestOptions": {
        "caBundlePath": "/Users/ziqiwang/Documents/server_cert.crt",
        "verifySsl": false
      }
    }

Description

微信截图_20240703145335

The 'transformers.js’ embeddingsProvider is currently unsupported in JetBrains. To enablecodebase indexing, you can use any of the other providers described in the docs:https://docs.continue.dev/walkthroughs/codebase-embeddings#embeddings-providers

To reproduce

No response

Log output

No response

yan-zay commented 4 months ago

Reported an error, is there any way to solve this error so that it does not show?

sestinj commented 4 months ago

@yan-zay you can use any of the other embeddings providers as described at the link, or you can disable indexing by setting "disableIndexing": true in config.json

akg83 commented 4 months ago

I have a feeling that this issue revolves somehow around the same issue that I have posted here: https://github.com/continuedev/continue/issues/1608

not 100% sure but it sounds similar, only that my issue was dealing with the adding of a custom @docs documentation context by the use of URL for indexing, still think that under jetBrains IDE both features are using the same embeddingsProvider for indexing

sestinj commented 4 months ago

You are correct, @ docs depends on transformers.js for now