Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.56 KB

File metadata and controls

29 lines (18 loc) · 1.56 KB

RAG App

Cyber Science Lab Banner

Overview

We've developed an application that lets you use all the Cyber Science Lab RAGs (Retrieval-Augmented Generation) from one platform. At the current time there are 4 RAGs available: Penetration Testing, CVE, Malware and Threat Intelligence. The process works by processing the user requests and retrieving context based on the selected RAG model and then uses the chosen LLM (Large Language Model) to generate accurate responses. The frontend allows you to select the LLM model, configure RAG settings, upload files, and view the results in real-time, making it easy to work with our cybersecurity RAGs and get the information you need.

Learn more about how to use our RAG App from our document.

For a more interactive learning experience, check out our YouTube video Interacting with the RAG UI. RAG_App thumbnail

Examples

Example prompt 'How do I break out of a Docker container?'

Example prompt 'can you give me a sha'

Example prompt 'How to escalate linux server with kernel 2.x'

Cyber Science Lab Footer