Skip to content

Knowledge Base

Enhance AI agent with a knowledge base using URLs, documents, and custom text for better responses.

Knowledge base are a collection of sources of information that your agent can access to retrieve relevant information during the call, that can provide additional context to the conversation

Supported sources:

  • Website content (via URLs)
  • Documents
    • Supported formats: .bmp, .csv, .doc, .docx, .eml, .epub, .heic, .html, .jpeg, .png, .md, .msg, .odt, .org, .p7s, .pdf, .png, .ppt, .pptx, .rst, .rtf, .tiff, .txt, .tsv, .xls, .xlsx, .xml
  • Custom text snippets

Each knowledge base has the following limits:

  • Maximum 25 files, 50 MB each

You can create knowledge bases, and link them to your agents. When a knowledge base is linked to an agent, the agent will always try to retrieve information from the knowledge base before responding. There’s no need to change your prompt for it to trigger, as it will be done automatically, for every response generation.

During the call, when the agent is about to respond, it will use the transcript so far (prompt is not included) to find the most relevant chunks from the knowledge base, and feed them to the LLM as context.

  1. Log in to Admin Portal
  2. Navigate to Rocket AI Agent > Knowledge Base

Menu Knowledge Base

  1. Click the Create Knowledge Base button on the top right corner
  2. Choose from three types of knowledge sources:
    • Websites: Import content from web pages
      • Supports single pages or entire websites
      • Automatically updates when content changes
    • File: Upload documents
      • Supported formats: PDF, TXT, DOCX, etc.
      • Maximum 25 files, 50 MB each
    • Text: Add custom content
      • Paste or type direct information
      • Ideal for specific instructions or data

Knowledge Base

  1. Click the Create Knowledge Base button to finish