Skip to main content

Manage Chunks

Chunks are the smallest units of information within the TaskingAI retrieval system. Unlike records in text collections, which are split into multiple chunks, records in QA collections are stored as complete question-answer pairs, with each pair treated as an indivisible chunk.

Create a Chunk

There are two ways to create chunks in TaskingAI's console: by creating a new record or by directly creating a chunk.

  1. Creating a New Record: Adding a new record automatically creates chunks, as each question-answer pair functions as the fundamental storage unit.
  2. Manually Creating Chunks: Chunks can be manually added within an existing record to expand its content.

Creating Chunks by Creating a New Record

Please refer to the Create a Record guide for instructions on creating a new record. This method will automatically generate chunks for each question-answer pair in the record.

Creating Chunks Directly

To manually add a chunk to an existing record, follow these steps:

  1. Click the Action button on the right side of the record to which you want to add a chunk.

  2. Select the Edit option.

    Chunk Listing

  3. In the record detail page, click the Edit chunks button to open the chunk editing page.

    Chunk Editing

  4. Add new chunks by clicking the Add chunk button to the right of any existing chunk.

  5. Click Save to store your changes.

Manage Chunks

From the chunk editing page, you can perform the following actions on existing chunks:

  1. Edit: Modify the text content of a chunk directly within the editing page.
  2. Delete: Remove a chunk by clicking the Remove button next to the chunk.
  3. Disable: Temporarily disable a chunk from retrieval, which is useful if you want to prevent a chunk from being retrieved without permanently deleting it.