generated from ibm-client-engineering/solution-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from angel-lee-ibm/angel_flightlog
added flightlog for 20230927
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Log - Sprint 3 🛫 | ||
description: Flight Log of Co-Creation Activities | ||
slug: flight-log-3 | ||
tags: [log, sprint ] | ||
--- | ||
## Work in Progress | ||
- Continue working on the task to calculate which % of IT helpdesk requests can be handled by our proposed solution. | ||
- We developed the end-to-end pipeline with the following components and tested on 1000 example data | ||
- Keywords extraction using WatsonX models | ||
- IT helpdesk requests | ||
- knowledgebase resources | ||
- Question Generation using WatsonX | ||
- generate questions that the knowledgebase could answer for | ||
- Similarity Analysis | ||
- Leveraged [spacy](https://spacy.io/) packages to tokenize keywords and calculate the cosine similarity score between each IT helpdesk requests and all knowledgebase keywords | ||
## Currently Tracking | ||
- The team is working on pushing solution documentation to GitHub. | ||
## Next Steps | ||
- The team will continue to work through the use cases and scale the usecase |