LogoLogo
  • Introduction
  • Ebbot Platform
  • Bot basics
    • Scenarios
    • Entities
    • Triggers
    • Training center
  • Scenarios
    • Cards and syntax
      • File Input
      • Text card
      • Input
      • Buttons
      • Image
      • File
      • Carousel
      • Location
      • List
      • Contact Agent
      • Rating request
      • Custom component
      • CoBrowsing
    • Transition
    • Card properties
  • AI Insights
    • Setup and Configuration
    • Using the Insights Dashboard
  • EbbotGPT
    • Knowledge
      • Data source transformer
      • Source types
        • File
        • Website scrape
        • Docx file
        • TOPdesk API
        • Sitevision API
        • SharePoint API
          • Create app with Sites.FullControl.All permission in Azure
          • Ebbot SharePoint Postman Guide
        • Confluence API
    • Configurations
    • Persona
    • GPT Evaluation
    • Embedder models
    • EGPT models
  • LLM benchmarks
    • Report: Factual Consistency Rate – Model Comparison
    • Report: Language Translation Ability – Model Comparison
  • Custom vocabulary
  • Tutorials
    • Create your first scenario
      • Select a trigger
      • Add bot responses
  • Data Object
  • Release notes
  • For developers
    • Ebbot SDK
    • Safe Exchange API / Vault
    • Subdomain manager
  • EbbotGPT API
  • Chatbot & Live chat
    • Install chat widget
    • Chats API
    • Chat widget API
    • Datasource API
    • Sales tracking for live chat
    • Webhook
      • Incoming webhooks
      • Outgoing webhooks
    • SMS API
      • Authentication
      • Send SMS
      • Errors
      • Encoding
    • Python components
    • Intent detection (NLP)
  • Product guides
    • Product data feeds
    • Install guide
    • Product guide events
      • Product guide user events
      • Received events
      • Send events
    • API & webhooks
    • GA4 integration
    • Klaviyo integration
  • Messenger marketing
    • Install popup
    • API & webhooks
  • Widget cookies & storage
  • For chat agents
    • Ebbot Chat
      • Settings modal
      • Queue
      • Topbar Stats
      • Menu
        • Power-Ups!
        • Quick Replies
  • INTEGRATIONS
    • Ebbot Live Chat in Zendesk
      • Setup guide
    • Active Directory - SAML
    • Configure SAML in Azure
Powered by GitBook
On this page
  • Data Sets
  • Sources
  • Documents

Was this helpful?

  1. EbbotGPT

Knowledge

PreviousEbbotGPTNextData source transformer

Last updated 1 year ago

Was this helpful?

"Knowledge is power," as the saying goes. In the realm of EbbotGPT, 'Knowledge' refers to the dedicated page where EbbotGPT sources its information. On this page, you can craft data sets by scraping websites, invoking APIs, and uploading files for EbbotGPT to convert into documents. These documents are then organized into Data Sets. When EbbotGPT receives a question or request, it searches through these Data Sets and formulates responses based on the most relevant documents available in the configured Data Set.

It is also possible to edit Documents after they have been pulled from a source. This will create a custom version of that document and exclude the source from updating that document in the future.

Data Sets

When accessing the Knowledge page, you will find the Data Sets tab selected by default. Data Sets are compilations of sources that update their documents concurrently. When a Data Set is refreshed, it retrieves data from all the sources linked to that specific Data Set. On this tab, all data sets are listed. When clicking a data set, you will see the a list of documents associated with the selected data set. Here, you can search and edit these documents to quickly review EbbotGPT's current knowledge.

Sources

Sources are the data points from which EbbotGPT gets its knowledge. There are currently 6 types of sources available, you can read more about them and how to set them up on the page below. Under the source tab, you can create and edit your sources settings.

Documents

Documents are generated from the data retrieved from sources. EbbotGPT processes files, websites, and APIs, extracting information to create documents. Each piece of information is parsed into different fields. An embedder then analyzes these fields to identify relevant documents, enabling the model to formulate responses based on these findings.

This structured approach ensures that EbbotGPT can efficiently handle and respond to inquiries by tapping into a rich, organized repository of information, tailored to the specific needs of its users.

Source types