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
  • Configure Azure Blob Storage Connection
  • Data Processing
  1. Knowledge Base

Azure Blob Storage

PreviousGoogle Cloud StorageNextConfluence

Last updated 4 months ago

The Azure Blob Storage data source in Epsilla enables users to connect to an Azure Blob Storage container and manage documents for their knowledge base. This integration is perfect for handling documents stored in cloud environments, such as PDFs, Word documents, images, or spreadsheets, for retrieval purposes.

Select Knowledge Base Type

Choose Azure Blob Storage to proceed.

Knowledge Base Name

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

Configure Azure Blob Storage Connection

Input the following details to connect your Azure Blob Storage container:

  1. Storage Account Name: Provide the name of your Azure Blob Storage account (e.g., epsillablobstaging).

  2. Storage Access Key: Enter the access key associated with your Azure Blob Storage account.

  3. Bucket | Container Name: Specify the container name where your documents are stored (e.g., epsilla).

  4. Prefix (Optional): If you want to focus on a specific folder or path within the container, enter it here. Leave it blank to use the bucket root.

Data Processing

Once the connection details are entered, click Create:

Epsilla will automatically process the container files. During this process, the platform loads, chunks, and embeds the documents into vectors for efficient retrieval. You can monitor the progress of data processing in real-time:

After the data is processed, the list of documents imported from the container will be visible 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 update or edit your Azure Blob Storage configuration by navigating to the Data Sources tab under your knowledge base.