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 Confluence Connection
  • Load Data from Confluence
  • Data Processing
  1. Knowledge Base

Confluence

PreviousAzure Blob StorageNextJira

Last updated 4 months ago

The Confluence data source in Epsilla enables users to connect and retrieve documents directly from Confluence spaces or specific pages. This type of data source is ideal for teams managing knowledge bases, project documentation, or internal resources in Confluence.

Select Knowledge Base Type

Choose Confluence 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. Example: MyConfluenceDocs.

Configure Confluence Connection

Fill in the required fields to connect your Confluence instance:

  • Base URL: The URL of your Confluence instance (e.g., https://yourcompany.atlassian.net/wiki).

  • Token: A Confluence API token generated for your account. To access your Confluence API token, log in to your Atlassian account, navigate to your profile settings, and select "Create and manage API tokens" under the Security section; you can then generate a new API token there.

  • User Name: The email associated with your Confluence account.

Load Data from Confluence

There are two options for specifying the data to load from Confluence:

  1. Space Key: Provide the key of the Confluence space to load all pages from that space.

  2. Page IDs: Specify individual page IDs to load only selected pages. If page IDs provided, the space key will be ignored.

To add multiple page IDs:

  • Click Add Multiple Page IDs, enter the page IDs separated by new lines, and click Add.

Data Processing

Once the connection details are entered, click Create:

Epsilla will automatically process the pages. 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 pages imported from Confluence will be visible in the Loaded Pages section. Pages 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 Confluence configuration by navigating to the Data Sources tab under your knowledge base.