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
  • Select Knowledge Base Type
  • Knowledge Base Name
  • Add Webpage URLs
  • Data Processing
  1. Knowledge Base

Website

PreviousLocal FilesNextGoogle Drive

Last updated 7 months ago

The Website data source in Epsilla allows users to import and manage content directly from webpages, making it ideal for dynamic or continuously updated information. This type of data source is optimal for retrieving data from websites, blogs, and other web-based platforms into the knowledge base.

Select Knowledge Base Type

To begin, choose Website as the data source to load content from webpages.

Click Continue to proceed.

Knowledge Base Name

Provide a Knowledge Base Name. The name should begin with a letter or an underscore (_), and can contain only letters, digits, underscores, and whitespaces. Enter your desired name in the input box, such as MyWebsiteKnowledge.

Add Webpage URLs

In the Webpage URLs section, input the publicly accessible URLs you want to extract data from.

  • The URLs must start with http:// or https://.

  • You can add a Single Webpage manually, Crawl a webpage for subpages, or add multiple webpages at once.

For example, you can manually enter:

https://epsilla-inc.gitbook.io/epsilladb

To crawl a webpage, click the Crawl webpage button. In the dialogue that appears:

  • Input the base URL, such as https://epsilla-inc.gitbook.io/.

  • Set the Max number of pages to crawl (e.g., 100).

  • Click Search to locate subpages. A list of subpages will be displayed.

  • Select the pages you want to include in the knowledge base and click Add.

You can also use the Add multiple webpages option to input multiple URLs at once, separated by new lines.

Data Processing

Once you've added the desired URLs, click Create to begin processing the data.

Epsilla will automatically retrieve the content from the pages, chunk it into manageable pieces, and embed it into vectors. You can monitor the progress during this step.

You can inspect the processed data (chunks) at the tab.

Data Storage