Chat Agent

  • With the Rivalz chat agent, you can create a conversational interface for your application.
  • Rivalz agent is a retrieval-augmented generation (RAG) model that can answer questions, provide recommendations, and generate text based on the context.
  • It uses a knowledge base to retrieve relevant information and generate responses.

rag.png

  • Currently, Rivalz is using google gemini-1.5-pro model for chat agent.

How conversation works

  • The conversation with the chat agent is initiated by sending a message to the agent.
  • The agent uses the message to retrieve relevant information from the knowledge base and generate a response.
  • Then it updates the conversation context with the response and waits for the next message.
  • So you can chain multiple messages to create a conversation with the agent.

conversation.png