This repo is co-authored by Markus Rollwagen and Luca Perrozzi.
This repository contains a Jupyter notebook demonstrating how Large Language Models (LLMs) can be used to support incident management processes in IT operations.
The notebook explores the application of LLMs, specifically Claude models, to enhance various aspects of incident management:
- Incident classification
- Root cause analysis
- Solution recommendation
- Knowledge base querying
Incident-Management-supported-by-LLMs.ipynb: The main Jupyter notebook containing the code and explanations.
- Incident Classification: Utilizes LLMs to categorize incidents based on their descriptions[1].
- Root Cause Analysis: Employs LLMs to identify potential root causes of incidents[1].
- Solution Recommendation: Leverages LLMs to suggest possible solutions for incidents[1].
- Knowledge Base Integration: Demonstrates how to use LLMs to query a knowledge base for relevant information[1].
- Python 3.x
- Jupyter Notebook
- AWS tokens
- Required Python libraries (listed in the notebook)
- Clone this repository
- Install the required dependencies
- Open and run the Jupyter notebook
Contributions, issues, and feature requests are welcome. Feel free to check the issues page if you want to contribute.
MIT