Last date modified: 2026-Jun-24

aiR Assist

aiR Assist is a conversational search tool integrated within RelativityOne, designed to empower legal teams to interact with their data using natural language. By leveraging advanced AI, aiR Assist helps to surface potential insights, reveal possible connections, and uncover themes more efficiently. This can enhance the process they use to analyze and interpret legal data more effectively, potentially leading to quicker understanding, better decisions, and defensible workflows when validated by users.

It works by searching the extracted text of indexed documents. Users can create up to five indexes per workspace, each supporting up to 300,000 documents. When a query is submitted, aiR Assist identifies the documents deemed most relevant and employs a large language model (LLM) to generate answers with citations.

ARM is not supported for aiR Assist. aiR Assist permissions, indexes, conversations, and metadata mapping cannot be archived, restored, or moved using ARM.

How aiR Assist works

aiR Assist operates using a Retrieval-Augmented Generation (RAG) process to deliver grounded, evidence-based responses. This approach combines document retrieval with large language model generation to help support accuracy, transparency, and contextual relevance.

  1. Indexing the documents (indexing step)
    The user identifies documents to query and creates an index.
  2. Asking a question (question step)
    The user asks a question.
  3. Finding relevant documents (retrieval step)
    Each question is matched against the text indexed from the identified documents. aiR Assist performs a similarity search to identify the most relevant content. The documents are divided into smaller passages, and the system selects results that are estimated to correspond most closely to the question.
  4. Generating the answer (generation step)
    The selected passages, along with the original question and system prompt, are passed to the LLM. The model uses this retrieved context to generate a response intended to be coherent, concise, and supported by retrieved content, including up to 25 citations and references to the original sources.

Diagram showing user worflow and Relativity back end process

Index and document Limits

Index limits:

  • Each index can contain up to 300,000 documents.
  • A maximum of five (5) built indexes can be created per workspace. This can be from a combination of the Case Home document set (created in aiR for Case Strategy) and public saved searches.

Document limits:

  • Individual documents must be up to 5 MB of extracted text; larger files are excluded during indexing.
  • Only documents with extracted text are indexed. The text must be stored in Data Grid (not SQL). Files that do not contain extracted text are automatically excluded from the index.

Understanding aiR Assist responses

aiR Assist helps identify and summarize potentially relevant information across large document sets using natural language interaction. Built on a Retrieval-Augmented Generation (RAG) architecture, it retrieves and analyzes the documents most likely to be relevant, then generates a citation-supported response based on that content.

It returns contextually relevant and evidence-based information rather than performing exhaustive or “find everything” searches. Because it does not review each document individually, some keyword or topic matches may not be included in the response.

The RAG process works best when key evidence is found in a few focused documents. Results are less accurate if answers depend on scattered or unclear information.

Language support

aiR Assist currently supports English-language content only. The system has been designed and tested exclusively on English-language datasets to ensure accuracy, reliability, and consistent performance.

At this time, non-English languages are not supported, and aiR Assist has not been formally evaluated or validated for use with multilingual or non-English text. While it may operate with non-English datasets, results can vary in accuracy and completeness, and verification of cited sources is strongly recommended when working with such content.

Future updates may expand language capabilities based on performance testing and model availability.

Common use cases

Here are some example questions targeting a few common use cases for aiR Assist:

Use case Common category Example question
Early Case Insight Finding potentially important documents Can you find me documents that discuss potential gifts or incentives?
Finding documents by theme Are there any documents mentioning fraudulent behavior of John Doe?
Understanding actors and roles Who was involved in discussions about offering gifts?
Case Strategy Development Identifying a series of events Create a high-level timeline for events that took place before the start of Project Artemis.
Understanding communications and relationships between actors Who communicated with whom about the contract terms?
Deposition/Trial Preparation Suggesting exhibits based on key criteria List documents to use as exhibits based on [key document criteria].
Confirming conversations or actions took place Did John Maxwell send an email about the compliance policy?

Auditing user activity

You can monitor aiR Assist user activity in the Audit application in your Relativity instance. The Audit table records the events listed below. Because aiR Assist audit events are not RDO objects, they use an Audit Object UUID in the Audit table instead of an Object Artifact ID. For more information on using the Audit application, see Audit.

This is a temporary solution, therefore, we do not recommend building any integrations based on these audit record types. The data is planned to be moved to Custom Reports by the end of 2026.

The following are aiR Assist object types and corresponding actions that will appear in the Audit table:

When you filter on the Object Type column, RDO objects are listed first. Since aiR Assist is not an RDO object, its object types appear at the end of the list. To locate them faster, enter aiR Assist in the filter search box.
Object Type Action
aiR Assist Question
  • Create—records auditing data when a question (prompt) was submitted from the Ask a question box. Audit does not record the content of the question.
aiR Assist Answer
  • Create—records auditing data when the answer to a question (prompt) was generated. Audit does not record the content of the answer.
aiR Assist Conversation
  • Create—records auditing data when a new question and answer conversation started (as in, when the user clicks the New conversation icon).
  • Delete—records auditing data when the conversation was deleted.
  • Edit—records auditing data when the conversation was edited (renamed).
  • View—records auditing data when the conversation was opened for viewing from the Conversations panel.
aiR Assist Index
  • Create—records auditing data when the index was created.
  • Delete—records auditing data when the index was deleted.
  • Update—records auditing data when the index was updated (rebuilt).
aiR Assist Indexing Error List
  • View—records auditing data when the indexing error page was viewed.
aiR Assist Metadata Mapping
  • Update—records auditing data when the metadata mapping information was edited.

So, for example, if you opened a conversation, submitted a new question, and received an answer, the records would be as follows:

  • aiR Assist Conversation = View
  • aiR Assist Question = Create
  • aiR Assist Answer = Create
Return to top of the page
Feedback