Skip to content

Commit

Permalink
Merge pull request #7 from angel-lee-ibm/angel_flightlog
Browse files Browse the repository at this point in the history
added flightlog for 20230927
  • Loading branch information
kramerro-ibm authored Oct 6, 2023
2 parents 617f167 + 2804e7a commit b90a91c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions flight-logs/2023-09-27-cocreate.md
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

0 comments on commit b90a91c

Please sign in to comment.