Skip to content

LogsGPT - a tool to ask questions about the state of a Raft cluster. Like "why in the world are there 3 leader nodes?"

Notifications You must be signed in to change notification settings

shashank2000/log-intelligencer

Repository files navigation

Log Intelligence tool

Setup

Create a new virtual environment, then run pip3 install -r requirements.txt

Organization

System design: there is an embedder, log ingestion engine, vector DB and a query engine.

Log ingestion engine can either read from files or from a stream.

We need a UI as well ideally, that'll make it a nice full-featured product.

To run the sample queries, run python3 gradio_test.py

Lastly, we have tests. To run the test suite, run pytest.

About

LogsGPT - a tool to ask questions about the state of a Raft cluster. Like "why in the world are there 3 leader nodes?"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published