Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
3 tasks done
yan-zay opened this issue Jul 3, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@yan-zay
Copy link

yan-zay commented Jul 3, 2024

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 yan-zay added the bug Something isn't working label Jul 3, 2024
@yan-zay
Copy link
Author

yan-zay commented Jul 3, 2024

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

@sestinj
Copy link
Contributor

sestinj commented Jul 3, 2024

@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
Copy link

akg83 commented Jul 3, 2024

I have a feeling that this issue revolves somehow around the same issue that I have posted here:
#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
Copy link
Contributor

sestinj commented Jul 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants