Skip to main content
Search AI is an advanced RAG-based search solution that enables organizations to search across large datasets conversationally. It combines LLM capabilities with intelligent retrieval to generate accurate, context-aware answers. Answers in Search AI are specific pieces of information extracted or generated in response to user queries. Unlike traditional search results that present ranked lists of documents, answers provide precise, tailored information directly addressing the user’s question. This guide covers architecture, key concepts, the answer generation pipeline, and the complete setup workflow for configuring Search AI.

Architecture

┌────────────────────────────────────────────────────────────┐ │ User Query │ │ “What’s the return policy for electronics?” │ └──────────────────────────────┬─────────────────────────────┘ │ │ │ │ ▼ │ ┌────────────────────────────────────────────────────────────┐ │ Query Processing │ │ Query understanding → Intent detection → Query expansion │ └───────────────────────────────┬────────────────────────────┘ │ │ │ │ ▼ │ ┌────────────────────────────────────────────────────────────┐ │ Retrieval │ │ Vector search → Keyword search → Hybrid ranking │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │ Chunk │ │ Chunk │ │ Chunk │ │ Chunk │ │ │ │ 1 │ │ 2 │ │ 3 │ │ 4 │ │ │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ │ └──────────────────────────────┬─────────────────────────────┘ │ │ │ │ ▼ │ ┌────────────────────────────────────────────────────────────┐ │ Answer Generation │ │LLM synthesizes answer from retrieved chunks with citations │ └──────────────────────────────┬─────────────────────────────┘ │ │ │ │ ▼ │ ┌────────────────────────────────────────────────────────────┐ │ Response │ │ “Electronics can be returned within 30 days of purchase” │ │ [Source: Return Policy Document, Section 2.3] │ └────────────────────────────────────────────────────────────┘

Key Terminology

Answer Generation Pipeline

The answer generation process consists of five sequential steps: Pipeline Flow:

Setup Workflow

The Search AI setup consists of three main stages:

Stage 1: Content Ingestion

Integrate and index content from diverse data sources to build a unified knowledge base.

Content Source Types

Supported Connectors

Search AI provides 100+ connectors including: SharePoint, Confluence, ServiceNow, OneDrive, Google Drive, Slack, Teams, Salesforce, Jira, HubSpot, Zendesk, and more.

Stage 2: Content Enhancement

Refine and enrich ingested content to improve answer quality.

Chunking Strategies

Content Processing

The transform and enrich tools enable content transformation through various stages.

Vector Configuration

Configure vector generation by selecting.

Stage 3: Retrieval Configuration

Set up retrieval and answer generation strategies for optimal results.

Retrieval Strategies

Query Processing (Agentic RAG)

Leverages LLM to enhance retrieval:

Answer Generation Types

Integration with Automation AI

Configure Search AI as a response method within AI Agents.

Answers Configuration

Navigate to: App Settings > App Profile > Enable Answers Feature.

Intent Identification Priority Options

Setup Checklist

Key Capabilities Summary