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
  • S3 Configuration
  • Data Processing
  1. Knowledge Base

S3

PreviousGoogle DriveNextNotion

Last updated 6 months ago

The S3 data source in Epsilla allows users to connect their Amazon S3 bucket to import documents directly into the knowledge base. This option is ideal for managing large datasets stored in the cloud, such as research papers, financial reports, official documents, or other files that are frequently updated or distributed.

Select Knowledge Base Type

Begin by choosing S3 as the data source type. 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, for example, MyS3Docs.

S3 Configuration

  • Access Key: Enter your AWS Access Key to grant Epsilla permission to access your S3 bucket.

  • Secret Key: Provide your AWS Secret Key.

  • Bucket: Enter the name of the S3 bucket where your files are stored, for example, research-papers.

  • Prefix: Specify a prefix if you wish to narrow the data source to a specific folder within the bucket, for example, standford/. Leave it empty if using the bucket root.

Data Processing

After entering the necessary information, click Create to initiate the knowledge base setup. Epsilla will start processing the data from your S3 bucket, embedding the files into the knowledge base.

As the data is processed, you can view the status of each file in the Loaded Files section. Files that are ready for use will be marked as Ready, while those still processing will show a status of Processing data.

You can edit the configuration or view details of your S3 data source at any time by navigating to the Data Sources tab under your knowledge base.