It is a set of API endpoints that allow you to index your content and create LLM-powered apps on top of it, such as a prompt or an instant search on your docs site.
By integrating Markprompt with Salesforce we can directly train the Markprompt from Salesforce Org with Zip file or text file. And then we can use that data to get answers to questions related to the content provided by us to MarkPrompt
- Signup on Markprompt to get the token and Development key
- Clone this repo or download it as a zip file
- Open the downloaded folder in VS Code
- Authorize an Org
- Make changes in the Apex class according to the comments provided in the code(change token and development key)
- Push all metadata to org (sfdx force:source:push)
- Create Tabs for Aura Components (AskAI comp. and TrainMarkPrompt comp.)
- Add the Tabs to your App.
-
Use the Train MarkPrompt Component to train the Data to MarkPrompt with the help of Zip File or Text File (or if you want to provide Github repo to train Markprompt then you can directly do it from MarkPrompt Account).
-
With the help of Ask AI component we can get answers to the questions we have.
** Note- It will only provide the answer to the question asked if it finds the related content in the data provided by us to train MarkPrompt