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

❌ Known Issue: Experimental RAG Technique setting access #94

Open
jonifazo opened this issue Sep 11, 2024 · 0 comments
Open

❌ Known Issue: Experimental RAG Technique setting access #94

jonifazo opened this issue Sep 11, 2024 · 0 comments

Comments

@jonifazo
Copy link

Summary

The Einstein for Developers Experimental RAG Technique setting is currently not available in the VSCode extension settings editor user interface.

The setting is available in settings.json.

Workaround

To activate or deactivate RAG in Einstein for Developers:

  1. From within VSCode, open your settings.json file via the Preferences: Open User Settings (JSON) command in the Command Palette (⇧⌘P).
  2. To activate RAG, add the following line:
    "salesforce.einsteinForDevelopers.enableAIContextEngine": true,
  3. To deactivate RAG, add the following line:
    "salesforce.einsteinForDevelopers.enableAIContextEngine": false,
@jonifazo jonifazo pinned this issue Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant