Follow these steps to create a RAG model.
- Log in to the CRM.
- Click main Menu.
- Go to Platform.
- Select Generative AI Designer. The Generative AI Designer page opens.
- Click on the GenAI Setup tab. The GenAI
- Select RAG Models from the left panel.
- Click + Add Model. The Add Model window opens.
- Enter or select the following information:
- Model Name – Enter a name for the RAG model.
- Embedding Model – Select the embedding model used to convert module data into embeddings for retrieval.
- Is Customer Facing Agent – Enable this option if the model will be used in customer-facing agents or chatbots.
- Module – Select the CRM module from which information should be retrieved.
- Fields – Select the fields of the module whose data should be used for generating responses.
- Conditions – Define conditions to filter the records that should be included in the model.
- All – Retrieves records that match all the specified conditions.
- Any – Retrieves records that match any of the specified conditions.
- Click Save.
The RAG model will be created and displayed in the RAG Models list.
Note: After the model is created, the Module and Embedding Model cannot be edited.