Documentation
Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  3. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  4. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  5. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  6. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  7. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  8. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  9. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  10. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  11. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  12. unify-apps

    Pre Processing

    Unify AI

    Optimize query processing through intelligent rephrasing, retrieval, and ranking to deliver accurate AI responses

  13. unify-apps

    Google Calendar

    Unify Integrations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

  14. unify-apps

    SAP HANA

    Unify Integrations

    Connect your app with SAP HANA to leverage in-memory computing for real-time data processing and advanced analytics at scale.

#
Unify AI
Logo
Settings

Settings

Logo

4 mins READ

Overview 

Creating an effective AI agent goes beyond just selecting a language model for response generation. It requires careful configuration across multiple dimensions to ensure the agent can understand, process, and respond to user queries effectively. Under agent settings you can customize how your agent handles information, understands questions, and responds to users. This configuration is managed through three key areas:

Indexing

  • It is the process of organizing data in a way that makes it more efficient to retrieve information.

  • Instead of sequentially searching through every piece of information, indexing converts data into embeddings stored in a vector database, capturing the meaning and relationships between different pieces of information.

  • When a user asks a question, the AI Agent can quickly find relevant information by comparing the query with these indexed vectors.

  • Users can configure indexing by selecting the appropriate Embedding Model, enriching data with custom metadata, segmenting data through Chunking, and storing vectors for efficient data lookup, thus enhancing the speed and accuracy of AI's responses.

Image
Image

Pre-Processing

  • These settings act as a bridge between indexing and final agent response, serving as the foundation for organizing and prioritizing information to ensure meaningful responses.

  • When a user submits a question, the system performs initial analysis and retrieves relevant chunks of information from its knowledge source, where each chunk contains potentially valuable data.

  • The retrieved information undergoes a comprehensive scoring process that evaluates factors like relevance, accuracy, and completeness to determine how well each chunk answers the user's question.

  • The scoring mechanism prioritizes the most valuable information, ensuring the system leverages the best available knowledge to construct accurate and meaningful responses to users.

Image
Image

Response Generation

This section covers attributes related to response generation by the agent .Here users can select the LLM for generating  responses, controlling response style or choosing the language and tone of responses.

Image
Image