forcedotcom / Einstein-GPT-for-Developers

Einstein GPT For Developers
BSD 3-Clause "New" or "Revised" License
38 stars 9 forks source link

❌ Known Issue: Experimental RAG Technique setting access #94

Open jonifazo opened 2 months ago

jonifazo commented 2 months ago

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,
vineelamgen1 commented 1 month ago

This Workaround steps still doesnt work .Its not taking Metadata into consideration