Page 1 of 1

Building a logs knowledge base

Posted: Mon 02 Jan, 2023 3:21 am
by flaper87
There are many knowledge management tools out there, I happen to use Obsidian. I wanted to be able to import the logs into Obsidian and be able to see the data and graphs from these logs in a single place where I keep all my notes, relations, and everything else. Because of this, I decided to spend sometime and build a plugin for Obsidian that simplifies the import process of the logs.

I wanted to take some time to properly prepare a video, screen recording, and whatnot to showcase what the plugin can do but the holidays won't let me so I will just share the link to the repo for now. In the repo tyou can find more information about the plugin, and see some screenshot.

Hope y'all find it as useful as I do,

Here's the link: https://github.com/flaper87/obsidian-kaffelogic-plugin

Here are some screenshots:

Re: Building a logs knowledge base

Posted: Mon 26 Feb, 2024 2:23 pm
by Virterm
Perfect use case for RAG and LLM. I will play with it once I get some free time on my hands.