Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deligence authored Nov 21, 2023
1 parent c2d7fec commit b299de7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# What is MarkPrompt
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 a prompt or an instant search on your docs site.
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.

# Salesforce-MarkPrompt Integration
By integrating Markprompt with salesforce we can directly train the Markprompt from Salesforce Org with Zip file or text file. Add then we can use that data to get answer of questions related to the content provided by us to MarkPrompt
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

# Steps to install This functionality
* Signup on Markprompt to get token and Development key
* Clone this repo or download as zip file
* Open the donwloaded folder in VS Code
* 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 Apex class according to the comments provided in the code(change token and development key)
* 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.

# Usage
* Use Train MarkPrompt Component to the 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).
* 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).
![image](https://github.com/DeligenceTechnologies/Salesforce-MarkPrompt-Integration/assets/123357545/02ad6309-e9ce-47b7-8150-fd7657d9bca1)

* With the help of Ask AI component we can get answers to the questions we have.
Expand Down

0 comments on commit b299de7

Please sign in to comment.