We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
settings.json
To activate or deactivate RAG in Einstein for Developers:
"salesforce.einsteinForDevelopers.enableAIContextEngine": true,
"salesforce.einsteinForDevelopers.enableAIContextEngine": false,
The text was updated successfully, but these errors were encountered:
This Workaround steps still doesnt work .Its not taking Metadata into consideration
Sorry, something went wrong.
No branches or pull requests
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:
settings.json
file via the Preferences: Open User Settings (JSON) command in the Command Palette (⇧⌘P)."salesforce.einsteinForDevelopers.enableAIContextEngine": true,
"salesforce.einsteinForDevelopers.enableAIContextEngine": false,
The text was updated successfully, but these errors were encountered: