From 994f559c74d20d3a1643d53b2b2b5d20e5af4b0f Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Wed, 7 Aug 2024 08:55:43 -0700 Subject: [PATCH] Update README.md --- ai_research/labs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ai_research/labs/README.md b/ai_research/labs/README.md index 9011f53..e16ffc7 100644 --- a/ai_research/labs/README.md +++ b/ai_research/labs/README.md @@ -1,4 +1,9 @@ # Different Labs for Omar's O'Reilly Live Training + +## RAG for Cybersecurity +[This repository](https://github.com/santosomar/RAG-for-cybersecurity) contains resources and materials for courses like "Using Retrieval Augmented Generation (RAG), Langchain, and LLMs for Cybersecurity Operations" and other courses by Omar Santos. + +## Additional Examples - [Gorilla Example](gorilla.md) - [Basic OpenAI API interaction](basic_openai_api.md) - [Machine Learning Basics with Scikit-learn](scikit_learn.md)