Skip to content

Commit

Permalink
Merge pull request #8 from ibm-client-engineering/angel-updates
Browse files Browse the repository at this point in the history
Angel updates
  • Loading branch information
angel-lee-ibm authored Oct 16, 2024
2 parents e30426e + d7933b7 commit d907053
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
before_install:
- bash update_docusaurus.sh $ORG $REPO $PAGES_URL
install:
- yarn upgrade
# - yarn upgrade
# - yarn install --frozen-lockfile
- yarn install
script:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/01-Business Value/02-Use Cases/01-IT Helpdesk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ custom_edit_url: null
# IT Helpdesk

## Business Value
The IT Helpdesk with AI-Powered Virtual Assistant is a cutting-edge solution that leverages the power of Generative AI, Watsonx.ai, Watson Discovery, and Watson Assistant to revolutionize the way IT support is delivered. Embedded in Microsoft Teams, this virtual assistant minimizes the need for direct human support intervention, freeing IT support agents to focus on more complex issues.
The IT Helpdesk with AI-Powered Virtual Assistant is a cutting-edge solution that leverages the power of Generative AI, watsonx.ai, Watson Discovery, and Watson Assistant to revolutionize the way IT support is delivered. Embedded in Microsoft Teams, this virtual assistant minimizes the need for direct human support intervention, freeing IT support agents to focus on more complex issues.

- **Improved User Experience**: Fast and reliable resolutions, 24/7 support, and a seamless user experience.
- **Increased Efficiency**: Reduced human intervention, automated issue resolution, and optimized knowledge base content.
Expand All @@ -16,7 +16,7 @@ The IT Helpdesk with AI-Powered Virtual Assistant is a cutting-edge solution tha
## Capabilities
### [Document Search](/Create/solution-create-document%20search)
- **Generative AI-Powered**: watsonx assistant is powered by Generative AI, enabling it to understand and respond to natural language queries.
- **Watsonx.ai, Watson Discovery, and Watson Assistant**: The virtual assistant leverages the power of Watsonx.ai, Watson Discovery, and Watson Assistant to provide accurate and reliable resolutions.
- **watsonx.ai, Watson Discovery, and Watson Assistant**: The virtual assistant leverages the power of watsonx.ai, Watson Discovery, and Watson Assistant to provide accurate and reliable resolutions.

### [Disambiguation Methods](/Create/Disambiguation%20Methods)
Leveraged LLMs to create various topics in the assistants, enabling actions to be accurately mapped to the correct options. This improved the ability to clarify user questions and enhanced overall disambiguation within the assistant.
Expand Down
18 changes: 14 additions & 4 deletions docs/03-Create/01-Document Search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,24 @@ In addition to direct upload data, in the Upload data section, select the _here_
## watsonx Assistant
-----
:::note
* **Prerequisite Required:** Watsonx Assistant Instance
* **Prerequisite Required:** watsonx Assistant Instance
* **Prerequisite Required:** Watson Discovery Instance
* **Prerequisite Required:** watsonx.ai Instance
:::

### Create watsonx Assistant
If you do not have an watsonx Assistant, create new bot and fill in all required information. Please see **Details** section below.
<details>
1. Fill in Assistant name (for example “IT Helpdesk”), and click “Next”.
- ![](../../assets/screenshots/watsonx-assistant-create-1.png)
1. You’d see the following view. Fill in the form and click “Next”.
- ![](../../assets/screenshots/watsonx-assistant-create-2.png)
1. Fill in a name for you assistant. For example, enter “IT Assistant”. Click “Next”
- ![](../../assets/screenshots/watsonx-assistant-create-3.png)
1. You’d see the following view. Click “Create” to complete creation of your watsonx Assistant.
- ![](../../assets/screenshots/watsonx-assistant-create-4.png)
</details>
### Create Watson Discovery Custom Extension

1. If you do not have an Watsonx Assistant, create new bot and fill in all required information.
1. Once created, in your assistant, navigate to "Integrations" page.
1. Click "Build custom extensions" -> click "Next" -> Input Extension name `Watson Discovery` -> click "Next"
1. Download the Watson Discovery OpenAPI json file: [watson-discovery-query-openapi.json](https://github.com/watson-developer-cloud/assistant-toolkit/blob/master/integrations/extensions/starter-kits/watson-discovery/watson-discovery-query-openapi.json) and import file to WA. This file contains the configuration to enable accessing to watson discovery from watsonx assistant.
Expand Down Expand Up @@ -97,7 +107,7 @@ In addition to direct upload data, in the Upload data section, select the _here_
![](../../assets/screenshots/custom_extension_completed_view.png)

### Enable Document search
To enable the document search capability, you'll need to configure Watsonx.ai and Watson Discovery to work with Watsonx Assistant through its actions.
To enable the document search capability, you'll need to configure watsonx.ai and Watson Discovery to work with watsonx Assistant through its actions.

##### Upload Actions:
1. On the Actions page of watsonx Assistant, click on Global Settings.
Expand Down
2 changes: 1 addition & 1 deletion docs/04-Takeaways/01-Takeaways.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ custom_edit_url: null
---

### IT Helpdesk: Summary and Next Steps
In this solution documentaion, have explored the integration of watsonx.ai, watsonx Assistant, and Watson Discovery with ServiceNow to optimize IT helpdesk operations. We have gained hands-on experience with configuring custom extensions for integrating ServiceNow instances and enabling conversational search capabilities using Watsonx.ai and Watson Discovery.
In this solution documentaion, have explored the integration of watsonx.ai, watsonx Assistant, and Watson Discovery with ServiceNow to optimize IT helpdesk operations. We have gained hands-on experience with configuring custom extensions for integrating ServiceNow instances and enabling conversational search capabilities using watsonx.ai and Watson Discovery.
The IT Helpdesk with AI-Powered Virtual Assistant offers several business benefits, including Improved User Experience, Increased Efficiency, and Cost Savings.

For more information on the capabilities and configuration of the IT Helpdesk with AI-Powered Virtual Assistant, please refer to different views of this **[AI Assistants Solution Documentation](https://ibm-client-engineering.github.io/solution-ai-assistants)**.
Expand Down

0 comments on commit d907053

Please sign in to comment.