GETTING STARTED
SearchAssist Overview
SearchAssist Introduction
Onboarding SearchAssist
Build your first App
Glossary
Release Notes
Current Version
Recent Updates
Previous Versions

CONCEPTS
Managing Sources
Introduction
Files
Web Pages
FAQs
Structured Data 
Connectors
Introduction to Connectors
SharePoint Connector
Confluence Connector
Zendesk Connector
ServiceNow Connector
Salesforce Connector
Azure Storage Connector
Google Drive Connector
Dropbox Connector
Oracle Knowledge Connector
Virtual Assistants
Managing Indices
Introduction
Index Fields
Traits
Workbench
Introduction to Workbench
Field Mapping
Entity Extraction
Traits Extraction
Keyword Extraction
Exclude Document
Semantic Meaning
Snippet Extraction
Custom LLM Prompts
Index Settings
Index Languages
Managing Chunks
Chunk Browser
Managing Relevance
Introduction
Weights
Highlighting
Presentable
Synonyms
Stop Words
Search Relevance
Spell Correction
Prefix Search
Personalizing Results
Introduction
Answer Snippets
Introduction
Extractive Model
Generative Model
Enabling Both Models
Simulation and Testing
Debugging
Best Practices and Points to Remember
Troubleshooting Answers
Answer Snippets Support Across Content Sources
Result Ranking
Facets
Business Rules
Introduction
Contextual Rules
NLP Rules
Engagement
Small Talk
Bot Actions
Designing Search Experience
Introduction
Search Interface
Result Templates
Testing
Preview and Test
Debug Tool
Running Experiments
Introduction
Experiments
Analyzing Search Performance
Overview
Dashboard
User Engagement
Search Insights
Result Insights
Answer Insights

ADMINISTRATION
General Settings
Credentials
Channels
Collaboration
Integrations
OpenAI Integration
Azure OpenAI Integration
Billing and Usage
Plan Details
Usage Logs
Order and Invoices

SearchAssist PUBLIC APIs
API Introduction
API List

SearchAssist SDK

HOW TOs
Use Custom Fields to Filter Search Results and Answers
Add Custom Metadata to Ingested Content
Write Painless Scripts
Configure Business Rules for Generative Answers

Connectors

Introduction to Connectors 

SearchAssist app uses connectors to search and point to content from diverse repositories or sources. The repositories include but are not limited to Microsoft SharePoint, Atlassian’s Confluence, and IBM Domino et. al.

Connectors are specific to the required repository to enable crawling the specific third-party content management applications as well as others like customer relationship management(CRM) systems, web database applications, and cloud-based applications.

For a given connected source type only one connector is allowed to be connected, but you can connect the SearchAssist app to multiple connectors albeit only one for each third-party repository. 

To facilitate indexing and search of the content ingested via the connectors follow these necessary steps: 

  1. SearchAsssist creates field Names pertaining to the connector prefixing the field name with the connector name. 
  2. Add the connector fields to be searched in the Weights section and assign weights as per business requirements, so that the relevant content can surface in the results. 
  3. Map the added field names in the results template so that they are included in the results layout view. 
  4. Add the connector source name in the facets configuration so that it is reflected in the results describing the source of the result.  

Ingesting Content and Synchronization 

SearchAssist first establishes a connection and then fetches the data required along with applicable permissions. The connector saves the data for further indexing by SearchAssist.

Once the connection is established with a given connector source type you can synchronize to ingest the content from the source into SearchAssist.

Content synchronization is a batch process. The sync operation is not a near real-time activity, unless synchronized afresh the newly added content on the source side won’t be reflected on the SearchAssist side.

However, the repository admin gets an instant notification whenever the content is updated. The administrator has an option either to

  • capture the change (delta) manually i.e., on-demand, or
  • at pre-scheduled intervals. 

  You can customize the frequency of content synchronization with the target repository as required.

 

If the content on the source side is deleted it will not be visible in the search results post the latest synchronization. 

Access Privileges 

The access privileges of the content files like view only, comment or edit are maintained as per the privileges assigned to the user in the third-party repository.

Interfacing with Confluence Cloud

Prerequisites 

To create and activate a connector with the Confluence cloud ensure the following prerequisites are met:   

  1. Create an admin account in Atlassian’s confluence: admin.atlassian.com
  2. Create a target domain 
  3. Create pages in confluence and add text content to the pages. 

Note: Currently only manually created pages are visible from the confluence and it does not search and point to other uploaded content types like PDF files,  docs, and images. 

Summary of Connector Integration 

To complete the integration process,  fetch the following values from the Confluence repository side i.e., the source side and capture them in the target side i.e., in the SearchAssist connector settings:

  1. Host URL 
  2. Host domain 
  3. Client ID
  4. Secret 

From the SearchAssist app fetch the call back URL or target URL from the kore.ai configuration file and capture it in the confluence app authorization window.

Steps to Integrate 

Configure on the Confluence Cloud side: 

To complete the integration of the SearchAssist app with the Confluence Cloud take the following steps:

  1.  Sign into your developer account in the Atlassian developer portal.
  2. To create an app that provides API credentials for Atlassian products and services follow these steps: 
    • Enter a relevant name for the app.
    • Agree to the terms.
    • Click Create.
      Note: It’s best practice to name the app reflecting its purpose or context.
  3. To edit the general settings of the connector app created in the previous step follow these steps:
    • Click Settings in the sidebar,
    • Add a Description in the field given.
    • Change the image of the avatar as required.
    • Click Save changes.
  4. To obtain authorization from Atlassian’s confluence follow these steps:
    • Click Authorization in the sidebar.
    • Click Configure.
    • Add a Callback URL from Kore.ai’s SearchAssist configuration file.
    • Click Save changes to complete the authorization process.For searchassist-pilot callback URL is https://staging-bots.idp.korebots.com/workflows/callback
  5. To edit permissions for the app follow these steps: 
    • Click Permissions in the sidebar.
    • Under the User Identity API scope, add the following permissions.

    • Under the Confluence API scope, add the following permissions.
    • Navigate to the Granular scopes and select a Read Operation filter.
    • Click Edit scopes button, Select the following scopes and click save.

     

     

  6. To fetch the Client ID and Secret follow these steps:

    • Click Settings in the sidebar.
    • Retrieve the application’s Client ID and  Secret

Keep them accessible say in a notepad.

Configure on the SearchAssist Side

To complete the integration of the SearchAssist app with the Confluence Cloud take the following steps:

  1. From the SearchAssist business application to create a connector follow these steps:

      • Click Sources tab.
      • Select Connectors from the left pane.
      • Select Confluence cloud.
      • Click Proceed.


        • Name the connector.  
        • Use the Client Id and Client Secret copied from the previous step. Paste them in the respective fields in the SearchAssist connector window. 
        • From the Confluence interface, capture the following values: 
          • The confluence server base URL  (without trailing slash) in Host URL
          • Host Domain Name field.

           For example Sample confluence cloud base URL: https://example.atlassian.net

         

         

  2. Click Connect, now your Confluence application is connected to the SearchAssist.
  3. Click Accept to Authorize the connector

Connectors

Introduction to Connectors 

SearchAssist app uses connectors to search and point to content from diverse repositories or sources. The repositories include but are not limited to Microsoft SharePoint, Atlassian’s Confluence, and IBM Domino et. al.

Connectors are specific to the required repository to enable crawling the specific third-party content management applications as well as others like customer relationship management(CRM) systems, web database applications, and cloud-based applications.

For a given connected source type only one connector is allowed to be connected, but you can connect the SearchAssist app to multiple connectors albeit only one for each third-party repository. 

To facilitate indexing and search of the content ingested via the connectors follow these necessary steps: 

  1. SearchAsssist creates field Names pertaining to the connector prefixing the field name with the connector name. 
  2. Add the connector fields to be searched in the Weights section and assign weights as per business requirements, so that the relevant content can surface in the results. 
  3. Map the added field names in the results template so that they are included in the results layout view. 
  4. Add the connector source name in the facets configuration so that it is reflected in the results describing the source of the result.  

Ingesting Content and Synchronization 

SearchAssist first establishes a connection and then fetches the data required along with applicable permissions. The connector saves the data for further indexing by SearchAssist.

Once the connection is established with a given connector source type you can synchronize to ingest the content from the source into SearchAssist.

Content synchronization is a batch process. The sync operation is not a near real-time activity, unless synchronized afresh the newly added content on the source side won’t be reflected on the SearchAssist side.

However, the repository admin gets an instant notification whenever the content is updated. The administrator has an option either to

  • capture the change (delta) manually i.e., on-demand, or
  • at pre-scheduled intervals. 

  You can customize the frequency of content synchronization with the target repository as required.

 

If the content on the source side is deleted it will not be visible in the search results post the latest synchronization. 

Access Privileges 

The access privileges of the content files like view only, comment or edit are maintained as per the privileges assigned to the user in the third-party repository.

Interfacing with Confluence Cloud

Prerequisites 

To create and activate a connector with the Confluence cloud ensure the following prerequisites are met:   

  1. Create an admin account in Atlassian’s confluence: admin.atlassian.com
  2. Create a target domain 
  3. Create pages in confluence and add text content to the pages. 

Note: Currently only manually created pages are visible from the confluence and it does not search and point to other uploaded content types like PDF files,  docs, and images. 

Summary of Connector Integration 

To complete the integration process,  fetch the following values from the Confluence repository side i.e., the source side and capture them in the target side i.e., in the SearchAssist connector settings:

  1. Host URL 
  2. Host domain 
  3. Client ID
  4. Secret 

From the SearchAssist app fetch the call back URL or target URL from the kore.ai configuration file and capture it in the confluence app authorization window.

Steps to Integrate 

Configure on the Confluence Cloud side: 

To complete the integration of the SearchAssist app with the Confluence Cloud take the following steps:

  1.  Sign into your developer account in the Atlassian developer portal.
  2. To create an app that provides API credentials for Atlassian products and services follow these steps: 
    • Enter a relevant name for the app.
    • Agree to the terms.
    • Click Create.
      Note: It’s best practice to name the app reflecting its purpose or context.
  3. To edit the general settings of the connector app created in the previous step follow these steps:
    • Click Settings in the sidebar,
    • Add a Description in the field given.
    • Change the image of the avatar as required.
    • Click Save changes.
  4. To obtain authorization from Atlassian’s confluence follow these steps:
    • Click Authorization in the sidebar.
    • Click Configure.
    • Add a Callback URL from Kore.ai’s SearchAssist configuration file.
    • Click Save changes to complete the authorization process.For searchassist-pilot callback URL is https://staging-bots.idp.korebots.com/workflows/callback
  5. To edit permissions for the app follow these steps: 
    • Click Permissions in the sidebar.
    • Under the User Identity API scope, add the following permissions.

    • Under the Confluence API scope, add the following permissions.
    • Navigate to the Granular scopes and select a Read Operation filter.
    • Click Edit scopes button, Select the following scopes and click save.

     

     

  6. To fetch the Client ID and Secret follow these steps:

    • Click Settings in the sidebar.
    • Retrieve the application’s Client ID and  Secret

Keep them accessible say in a notepad.

Configure on the SearchAssist Side

To complete the integration of the SearchAssist app with the Confluence Cloud take the following steps:

  1. From the SearchAssist business application to create a connector follow these steps:

      • Click Sources tab.
      • Select Connectors from the left pane.
      • Select Confluence cloud.
      • Click Proceed.


        • Name the connector.  
        • Use the Client Id and Client Secret copied from the previous step. Paste them in the respective fields in the SearchAssist connector window. 
        • From the Confluence interface, capture the following values: 
          • The confluence server base URL  (without trailing slash) in Host URL
          • Host Domain Name field.

           For example Sample confluence cloud base URL: https://example.atlassian.net

         

         

  2. Click Connect, now your Confluence application is connected to the SearchAssist.
  3. Click Accept to Authorize the connector