Datarooms
What is a Dataroom?
A Dataroom is a secure space where you can store and query uploaded documents and web pages. A Dataroom can contain information on a specific topic or project. The knowledge in a Dataroom can be shared with other users to facilitate collaboration.
Privacy and Access
By default, new datarooms are private—only you can see and access them. You can share datarooms with specific users or groups as needed.
Connecting Datarooms to Chats
As of v1.8.0, chats are no longer permanently linked to a single dataroom. Instead, you can dynamically connect one or more datarooms to any chat conversation. This allows you to:
Query multiple datarooms simultaneously in a single conversation.
Switch between different dataroom combinations as your questions evolve.
See which datarooms were used to generate each response.
Agentic RAG (Beta) in Dataroom Chats
Agentic RAG can be enabled in dataroom chats to let the assistant navigate the dataroom autonomously. This enables new use cases such as exploratory research and multi-step retrieval across many documents.
Enable Agentic RAG (Beta)
Open a chat and connect one or more datarooms.
Enable the Agentic RAG toggle in the chat controls.
Ask your question and allow the assistant to explore the dataroom as needed.
When to use a Dataroom?
Use a Dataroom when you want to ask questions about the content of uploaded documents and web pages. It is deliberately avoided to rely on the general knowledge of the Large Language Model to reduce the likelihood of hallucinations.
Targeting specific files
You can direct AITEZA to focus on a particular file by mentioning its exact name (or a distinctive part of it) in your message. This improves the chance that content from that file is prioritized in the answer.
Examples:
"In
project-plan.pdf, what are the major milestones?""Summarize the pricing section from
contract.docx.""What does
architecture_overview.mdsay about microservices?"
Tips:
Use the displayed file name (case insensitive matching works, but quote or backtick the name for clarity).
If multiple files share similar names, add extra context (e.g., "the PDF version" or a folder hint) so retrieval is more precise.
Avoid requesting the entire raw text; ask for summaries or specific information.
Hybrid search capabilities
Hybrid search combines semantic embeddings with lexical (keyword) matching. This means you can now ask questions that rely on specific terms, even if those terms are uncommon.
What hybrid search improves:
Term-specific questions ("Where is 'AITEZA' mentioned?")
Clarifying definitions ("Define the term 'vector index' as used in the documents.")
Narrow queries mixing keywords and intent ("In
risk_register.xlsx, list mitigation actions for 'Data Loss'")
What is still limited:
Bulk enumeration of every document containing a term.
Exact frequency counts across the whole dataroom.
Full verbatim dumps of file contents.
Questions that may not work as expected:
List ALL documents that mention the term 'AITEZA'. (You can ask where it is mentioned, but exhaustive lists may be incomplete.)
Return the full raw content of "document.pdf".
How many times does the term 'AITEZA' appear across all documents?
Count the number of documents that mention the term 'AITEZA'.
What is the average length of the documents that mention the term 'AITEZA'?
Questions that work in a Dataroom:
What is the purpose of 'AITEZA'? (semantic)
Where is 'AITEZA' mentioned and what is said about it? (hybrid)
In
project-plan.pdf, what are the timeline milestones? (file targeting)Summarize the differences between
proposal_v1.docxandproposal_v2.docx. (comparative)Compare 'AITEZA' with other AI solutions. (semantic)
Dataroom management
How to create a Dataroom
Navigate to the `Datarooms` tab in the navigation bar.
Navigate to the location where you want to create the Dataroom.
Click on the `New Dataroom` button in the top right.
Enter a name for the Dataroom.
Below `Access rights`, choose if the dataroom should be private or shared with other users.
Click on the `Create here` button to create the Dataroom in the selected location.
After processing, the Dataroom will be available for use.
How to move a Dataroom
Navigate to the `Datarooms` tab in the navigation bar.
Navigate to the location of the dataroom(s) you want to move.
Select one or more datarooms using the selection controls. You can select multiple datarooms at once for batch moving.
Click the move action (arrow symbol) on one of the selected datarooms.
In the dialog, navigate to the location where you want to move the dataroom(s).
Click on the `Move here` button to move all selected datarooms to the new location.