Open jonifazo opened 2 months ago
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,
This Workaround steps still doesnt work .Its not taking Metadata into consideration
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,