Replies: 3 comments
-
|
If possible can u add a timeline becoz this project isn't so compatible with a 350hr scope and training a rag model is hard but depends |
Beta Was this translation helpful? Give feedback.
-
|
Sounds awesome though, could be quite useful in blt site, as the current chat window does not work, but doesn't reslies into 350hr frame, if needed to just implement the RAG. as most of the time we gonna use LLM and a single prompt is enough to make it end to end. |
Beta Was this translation helpful? Give feedback.
-
|
@mdkaifansari04 not exactly, there is no docs so they have to be created. A full pipeline easily takes up 350 hrs, since we have to be embedding docs, labs, CVE's etc. Then accurately retrieving the information and then calling the LLM ( calling the LLM as you said won't take much time). Then there is making sure it doesn't leak confidential information and integrating it with the projects as well. @S3DFX-CYBER here's the timeline Phase 1 (Weeks 1–3): Chatbot Revival & RAG Skeleton For now. Phase 3 and 4 will change based on final selected projects so they can be integrated with them |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Idea N — AI Agent (RAG) for Intelligent Onboarding & Security Learning
One line: Replace the inoperative chatbot with a RAG-powered AI assistant for user/contributor onboarding, CVE result clarification, security education without disclosing vulnerabilities and other features.
Description
OWASP BLT currently has a completely commented-out LangChain-based chatbot implementation (
website/bot.py, 202 lines) that was disabled due to issues. This idea will restore, refactor, and expand that infrastructure alongside making the website chatbot operational.Core Use Cases
User & Contributor Onboarding
CVE Results Clarification (Idea A Integration)
Security Education Support (Idea C Integration)
Beta Was this translation helpful? Give feedback.
All reactions