Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added flightlog for 20230927 #7

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading