A quick & dirty #RAG based software to summarise #infosec chit-chat and tittle-tattle and other #news

https://codeberg.org/vm666/infosecnews

Note: if you mainly want to watch high & critical CVEs on your machines, stick to a deterministic system like opencve.io

infosecnews

Quick & dirty system to summarise recent IT security news. Currently based upon a RAG, may change later.

Codeberg.org
@vm666 what is a RAG ?

@R1Rail https://en.wikipedia.org/wiki/Retrieval-augmented_generation

Can be used as a cheap alternative to LLM fine tuning.
Or an index on steroids if you want to query a bunch of documents.
And probably other things.

Retrieval-augmented generation - Wikipedia