LION
🦁

What is LION?

LION is an open-source project that combines the power of existing unsupervised techniques of log analysis with the Large Language Models (LLMs). The goal of the project is to provide a conversable interface to analyzing logs.

Why LION?

Log is a historical record of everything that happens in the system. While LLMs have made it easy to analyze logs, they have a problem of focusing on the important portions of the log file.

What LION as a project is attempting to do is to reduce the log data to a few lines of interest using existing unsupervised methods and then feeding this as context to the LLMs to make the conversation more reliable.

Getting Started

This document is a good starting point. Users can set it up in a MacOS or Linux (e.g., Ubuntu 20.04). For other OS platforms, a Linux VM can be used.

Support

We welcome feedback, questions, and issue reports.

Contribution

We welcome contributions. When you consider contributing to this project, one way to start off is to run and test examples by following the instructions in here. Then, improving documentation would be a great task to start your contribution. Contributor guideline is found in here.