-
Notifications
You must be signed in to change notification settings - Fork 0
Gen3 Chat Using Datasets
- Open GT Chat for the conversation you are extending.
- Select the paperclip in the message composer.
- Choose existing datasets or upload into a dataset from the panel.
- Wait for processing to complete if files were uploaded.
- Ask questions that reference the attached corpus.

Dataset attachment binds retrieval scope to the conversation so answers cite the material you intended—not the entire tenant library.
Datasets are the active Gen 3 retrieval context for chat. A conversation can use datasets in two ways: through the selected agent's default dataset configuration, or through datasets you attach directly to the conversation.
Some agents bring default datasets with them. Use this when the same knowledge sources should always travel with the agent.
Use the Add Datasets to Conversation panel when the retrieval context is specific to the current thread and should not change the agent for every future user.
-
search_datasets— searches attached datasets and staged uploads in the current conversation. Use when answers must come from documents you control. -
web_search— searches the public web through the managed web search model. Use when the task needs current or external public facts. Requires agent and deployment web search gates; it does not replace dataset attachment for private corpora.
If an agent lacks web search configuration, ask for sources inside attached datasets or enable web search on the agent before expecting live web citations.
Gen 3 also lets you upload files from the chat dataset panel. Those files are ingested into:
- a chat-created upload dataset when you keep the automatic upload target
- or a dataset you choose explicitly
This is useful when you need one-off working material without leaving the chat workflow.
- Choose the agent.
- Open the dataset panel.
- Attach the datasets already needed for the task.
- Upload additional files only if the existing datasets are incomplete.
- Wait for processing to finish before sending the next message.
| Situation | Best path |
|---|---|
| You need quick one-off files for the current conversation | Upload from chat |
| You are building or cleaning a reusable knowledge source | Use Datasets |
| You need to control sharing, metadata, or retrieval defaults carefully | Use Datasets |
- Attach only the datasets needed for the question.
- Keep reusable source material in named datasets instead of leaving everything in chat-created upload datasets.
- Re-check attached datasets after switching agents, because the active retrieval set may have changed.
- If a result seems ungrounded, verify the attached datasets before editing the prompt.
The files are still processing. Wait until chat no longer reports pending attachment ingestion.
- confirm the target dataset is attached
- confirm the files finished processing successfully
- confirm the needed files are actually in the dataset by reviewing Datasets
Move the work into a managed dataset on Datasets and apply the correct sharing posture instead of relying on a temporary chat upload path.