Epsilla
HomeDiscordTwitterGithubEmail
  • Welcome
    • Register and Login
    • Explore App Portal
  • Build Your First AI Agent
    • Create a Knowledge Base
    • Set Up Your AI Agent
    • Publish Your AI Agent
  • Knowledge Base
    • Local Files
    • Website
    • Google Drive
    • S3
    • Notion
    • Share Point
    • Google Cloud Storage
    • Azure Blob Storage
    • Confluence
    • Jira
    • Advanced Settings
      • Auto Sync
      • Embedding
      • Data Parsing
      • Data Chunking
      • Hypothetical Questions
      • Webhook
      • Meta Data
    • Data Storage
    • Programmatically Manage Knowledge Bases
  • Application
    • Create New AI Agent
    • Basic Chat Agent Config
    • Basic Smart Search Agent Config
    • Advanced Workflow Customization
    • Publish and Deployment
    • User Engagement Analytics
  • Evaluation
    • Create New Evaluation
    • Run Evaluation
    • Evaluation Run History
  • Integration
  • Team Member Management
  • Project Management
  • Billing Management
  • Release Notes
  • Epsilla Vector Database
    • Overview
    • Quick Start
      • Run with Docker
      • Epsilla Cloud
    • User Manual
      • Connect to a database
      • Create a new table
      • Drop a table
      • Delete a database
      • Insert records
      • Upsert records
      • Search the top K semantically similar records
      • Retrieve records (with filters and pagination)
      • Delete records
      • Performance Tuning
    • Advanced Topics
      • Embeddings
      • Dense vector vs. sparse vector
      • Hybrid Search
    • Integrations
      • OpenAI
      • Mistral AI
      • Jina AI
      • Voyage AI
      • Mixedbread AI
      • Nomic AI
    • Roadmap
Powered by GitBook
On this page
  • Access the Knowledge Bases Tab
  • Click "Create Knowledge Base"
  • Select Knowledge Base Type
  • Knowledge Base Name
  • Upload Data
  • Data Processing
  • Inspect Data
  1. Build Your First AI Agent

Create a Knowledge Base

PreviousBuild Your First AI AgentNextSet Up Your AI Agent

Last updated 7 months ago

A knowledge base is a centralized repository of information used to store, organize, and manage content in a structured and accessible manner. In the context of Epsilla Cloud, it serves as the foundational data source that powers AI-driven applications, such as chatbots and start search agents. A knowledge base can include documents, articles, PDFs, or any relevant files that contain information an AI system can reference to provide accurate and grounded responses. A knowledge base enhances the AI's ability to deliver precise and contextual answers, significantly improving personalization and reducing hallucinations.

Access the Knowledge Bases Tab

On the navigation bar, click on the Knowledge Bases tab.

This will lead you to the page where you can create and manage all your knowledge bases.

Click "Create Knowledge Base"

Locate and click the Create Knowledge Base button. This will initiate the setup process for a new knowledge base.

Select Knowledge Base Type

Choose the type of data source you'd like to use for your knowledge base. Epsilla Cloud supports several types, including:

  • Local Files (e.g., PDFs, Word documents)

  • Websites

  • Cloud Storage (e.g., Google Drive, Dropbox, SharePoint, S3)

  • Note-Taking Apps (e.g., Notion)

Here we choose Local Files.

Knowledge Base Name

Provide a Knowledge Base Name.

Upload Data

Select the documents you want to use. You can click the file uploader to pick files, or directly drag the files to upload:

Data Processing

Once the data is uploaded, click Create:

Inspect Data

You can inspect the processed data (chunks) at the Data Storage tab. By default, the first 20 chunks will be visualized:

Click a chunk to inspect the chunk data detail:

Epsilla Cloud will automatically process the files (under the hood, Epsilla will load the files, chunk them, and embed into vectors. ), You can monitor the progress of data processing:

Read more about inspecting data at .

Read more here
Data Storage