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.
- Creating a New Record: Adding a new record automatically creates chunks, as each question-answer pair functions as the fundamental storage unit.
- 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:
-
Click the
Action
button on the right side of the record to which you want to add a chunk. -
Select the
Edit
option. -
In the record detail page, click the
Edit chunks
button to open the chunk editing page. -
Add new chunks by clicking the
Add chunk
button to the right of any existing chunk. -
Click
Save
to store your changes.
Manage Chunks
From the chunk editing page, you can perform the following actions on existing chunks:
- Edit: Modify the text content of a chunk directly within the editing page.
- Delete: Remove a chunk by clicking the
Remove
button next to the chunk. - Disable: Temporarily disable a chunk from retrieval, which is useful if you want to prevent a chunk from being retrieved without permanently deleting it.