Skip to Content
Admin GuideKnowledge Management

Knowledge Management

Knowledge source management through Knowledge Bundles and RAG (Retrieval-Augmented Generation) configuration

⚠️

Knowledge Bundle and Source management is only available to users with Owner and Admin permissions in the organization. General users can only use Agents connected to the Knowledge, but cannot access the Knowledge itself.

Key Features

  • Knowledge Bundle creation and management
  • File upload capability
  • Vector embedding-based indexing
  • RAG service integration

Basic Information

Knowledge Bundle

Knowledge Bundle is a component that groups knowledge sources referenced by Agents into a single unit. It connects various data such as files, documents, and code repositories, and supports their utilization in RAG (Retrieval-Augmented Generation) by indexing them based on vector embeddings.

Knowledge Source

Refers to files or external data sources (CSV, PDF, GitHub, etc.).

RAG Service

QueryPie provides RAG (Retrieval-Augmented Generation) service.

Knowledge Bundle Management

Bundle List View

You can view all Knowledge Bundles created at the organizational level as a list.

Display Information:

  • Name: Bundle name
  • Description: Description
  • Sources: Number of connected Knowledge Sources
  • Status: Indexing status of the entire bundle

Search Function:

  • Filterable by name

Bundle Creation

  1. Click ”+ Create Bundle” button
  2. Enter the following information:
    • Name (Required): Bundle name
    • Description: Bundle description
    • Chunk Size: The chunk size used when splitting documents into searchable units
    • Overlap: The amount of content to overlap between adjacent chunks
  3. Click “Create” button
ℹ️

A single Knowledge Bundle can contain up to 10 documents.

Bundle Detail Management

In the Bundle detail page, you can view and manage the following information:

Bundle Information:

  • Bundle name and description
  • Bundle status (INDEXED, Failed, etc.)

Knowledge Sources List:

  • Detailed information of connected sources
  • Indexing status of each source

Main Actions:

  • ”+ Add Source”: Add new source
  • “More Actions”: Additional management features
  • Individual source management (edit, delete, etc.)

Knowledge Source Addition

Supported Source Types

Currently only File upload is supported, with integration for Google Drive, AWS S3, Airtable, Google Sheets, Confluence, Notion, GitHub, etc. coming soon.

File Upload

Currently supported file upload functionality:

Supported Formats:

  • .pdf
  • .txt, .md, .markdown
  • .html
  • .doc, .docx
  • .csv, .xls, .xlsx

Limitations:

  • Maximum size: 50MB
  • Click “Start” button after file upload to begin indexing
  • Source name can be entered (default: filename)
  • You can adjust Chunk Size and Overlap as needed to configure the indexing method.

Chunk Size and Overlap Settings

You can set Chunk Size and Overlap when creating a Knowledge Bundle or adding a Source.

  • Chunk Size: The size used to split a document into searchable units. A smaller value enables more granular search, while a larger value allows longer context to be retrieved at once.
  • Overlap: The amount of content included in both adjacent chunks. Increasing this value can reduce context loss around paragraph boundaries.

For documents where long context should be preserved, increasing Overlap is useful. For short, structured documents, setting a smaller Chunk Size can help find the desired information more narrowly.

Status Value Definitions

Knowledge Bundle Status

StatusDescription
NoneWhen there are no Sources in the Bundle
UploadedWhen there is at least one Source in the Bundle that is not indexed
IndexingWhen there is at least one Source in the Bundle that is currently being indexed
IndexedWhen all Sources in the Bundle have completed indexing
FailedWhen there is at least one Source in the Bundle that failed indexing

Knowledge Source Status

StatusDescription
StartBefore indexing
IndexingDuring indexing
IndexedIndexing completed
FailedWhen indexing failed

Deletion and Reprocessing Policy

Deletion Restrictions

  • Knowledge Bundles and Sources cannot be deleted when their status is Indexing
  • In this case, the Delete button is disabled

Knowledge Source Deletion

  • Can be deleted even if connected to Bundle/Agent
  • Bundle is maintained but search scope is reduced
  • Source-related content is excluded from RAG results when Agent is executed
  • The source’s index (RAG vector) is also removed

Deletion Confirmation Message:

“Deleting it will reduce the bundle’s coverage and may affect linked agents. Do you want to continue?”

Knowledge Bundle Deletion

  • Bundle cannot be deleted if connected Agents exist
  • Bundle can be deleted after removing all sources within the Bundle

Deletion Confirmation Message:

“Deleting this bundle may affect linked agents. Do you want to proceed?”

Re-indexing

  • Re-indexing possible at source level
  • Re-indexing possible for all sources

Important Notes

  • Knowledge Bundles serve as the knowledge foundation for Agents, so they must be managed carefully
  • Deletion may affect connected Agents, so prior confirmation is necessary
  • Deletion is not possible during indexing status, so proceed after completion
  • Check the file size limit (50MB) and the Chunk Size and Overlap settings when uploading files
Last updated on