LogoLogo
  • Introduction to the Ebbot Platform
  • 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
  • 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
  • What is an embedder?
  • Embedder models in Ebbot
  • Our embedder models
  • What embedder to use?

Was this helpful?

  1. EbbotGPT

Embedder models

Read about what an embedder model is and how they are used for EbbotGPT to give answers based on your knowledge sourcs.

PreviousGPT EvaluationNextEGPT models

Last updated 2 months ago

Was this helpful?

What is an embedder?

An AI embedder converts information into numerical representations that capture their meaning. This enables EbbotGPT to compare and match different pieces of information, such as identifying articles that contain the answer to a question asked in a chat.

Embedder models in Ebbot

In Ebbot, you can choose which embedder model to use for retrieving information from your knowledge sources. You can select a different embedder for each dataset, allowing flexibility in how data is processed. However, each dataset can only use one embedder model at a time.

Our embedder models

Vector Search

A vector search model finds similar items by comparing numerical representations (vectors) of text, images, or other data. Instead of matching exact words, it looks at meaning and context, making it useful for AI-powered search and recommendations.

Vector Search Hybrid

A vector search hybrid combines vector search with traditional keyword or database searches. This approach improves accuracy by using both deep understanding (from AI embeddings) and precise keyword matching, ensuring better and more relevant results.

What embedder to use?

If you're unsure which embedder to choose, we recommend using Vector Search Hybrid. While both options perform well in most cases, Hybrid Search is particularly effective when keywords are key to retrieving the right information. It's especially useful when dealing with many sources that contain similar content.