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

Local Files

PreviousKnowledge BaseNextWebsite

Last updated 7 months ago

Local Files data source in Epsilla allows users to upload and manage documents directly from their local storage (like laptop). This type of data source is ideal for adding static content, such as PDFs, Word documents, or spreadsheets, to the knowledge base for retrieval purposes.

Select Knowledge Base Type

Choose Local Files to continue.

Knowledge Base Name

Provide a Knowledge Base Name. A valid name should start with a letter or '_', and can contain only letters, digits, underscores, and whitespaces.

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:

You can inspect the uploaded files in the list.

Data Processing

Once the data is uploaded, click Create:

For deep customization of the knowledge base, read more at .

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:

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

Advanced Settings
Read more here
Data Storage