3. Path Setup
3 min
After completing Data Training, the next step is to configure the Path Setup.
Paths define how the agent retrieves and uses the trained data during conversations. By configuring paths, you allow the agent to fetch information from trained sources and generate responses based on that data.
In this step, you will create paths using JSON node APIs, which connect the trained data to the agent’s workflow.
The following path configurations are available:
RAG Path Setup
- Configure a path to retrieve information from trained documents using RAG (Retrieval-Augmented Generation).
Mongo Path Setup
- Configure a path to fetch dynamic data from a MongoDB database.
Once the paths are configured, the agent can access the required data during conversations.
📚 Next Steps
Continue to 4. Workflow SetupWorkflow Setup to connect the configured paths with the agent’s conversation flow.