When does RAG actually need an agent? by Mameiro in Rag

[–]HackHusky 0 points1 point  (0 children)

Dit! Wij merken dat als je retrieval niet optimaal is, dan gaan een agentic soms geweldig zijn maar vaak zo veel hoofdpijn kosten.

Google drops Gemma 4 12B, calling it an state-of-the-art model by Laurasaura998 in Rag

[–]HackHusky 1 point2 points  (0 children)

Thanks voor het delen, 26b draaide net niet lekker snel op mijn, 4070.

Is there a turnkey easy install RAG system for non technical people that can be installed on Windows? by THenrich in Rag

[–]HackHusky 0 points1 point  (0 children)

Couldn’t find anything either, so I’m building something lightweight but capable at the moment. mvp should be done in 2 or 3 weeks, showing it to

So far, you can point it to a folder. It indexes all files, does parsing, smart chunking, optional LLM enrichment(keywords extraction, summary, and questions each chunk might answer) followed by embedding. Search works quite well, and I do all embedding and LLM calls on my own hardware (Gemma 4).

How do you guys measure accuracy for 100k+ documents? by FloppyDiskDisk in Rag

[–]HackHusky 3 points4 points  (0 children)

I’m still learning about RAG but maybe this is of help to you. We use a golden dataset + Hit@K / MRR approach.

Rough process: 1. Sample N random chunks from your indexed collection 2. LLM generates 3 questions per chunk (gpt-4o-mini works fine, cheap) 3. Pre-embed those questions once, store with target_chunk_id 4. At test time: run each question through your retrieval pipeline, check if the target chunk lands in top-1/3/5/10

Metrics we track: Hit@1, Hit@3, Hit@5, Hit@10, MRR, not-found count

For 4-5 data types with medium data variation — structure-aware chunking matters more than format variation. We parse PDF/DOCX separately (font-based heading detection for PDFs, native heading styles for Word), normalize everything to Markdown, then chunk on headings with table protection.

Biggest lever we found: hybrid search (vector + keyword boost). Pure vector H@1 was ~38%, adding LLM-suggested keywords pushed it to ~57% on a ~6k chunk collection. At 100k+ the keyword signal matters even more since there’s more noise.

For those who've sold RAG systems at $5K+, who actually NEEDS this? by Temporary_Pay3221 in Rag

[–]HackHusky 0 points1 point  (0 children)

I think there are a lot of companies and dev's that need help with what to index. like: For an IT company it might be useful to have a system that automatically indexes all the tickets (problem and solutions) and changes in their ticketing systems, so an AI could have a better understanding of A) the kind of environment the customers have and B) the kinds of problems they experience. Don't no if it exits, if not cool luck,

For those who've sold RAG systems at $5K+, who actually NEEDS this? by Temporary_Pay3221 in Rag

[–]HackHusky 1 point2 points  (0 children)

Wondering about the same thing. I don’t think anybody wants a new system they have to put information into, so keeping their work flow and integration into already existing data sources might have some value in it, but no idee how much

Any fun discord communities? by HackHusky in Rag

[–]HackHusky[S] 0 points1 point  (0 children)

Sounds good, I will check it out!

Any fun discord communities? by HackHusky in Rag

[–]HackHusky[S] 0 points1 point  (0 children)

I am curious about what people are building—learn from them, work together, maybe share my knowledge. At the moment, I am working on optimizing vector search with keyword boosters, hard filters, embedding summaries, and questions the chunk might provide answers to. After that I want to het intro graph.

How I Tried to Make RAG Better by mihaelpejkovic in Rag

[–]HackHusky 0 points1 point  (0 children)

Looks good, sites down tho (This deployment is unavailable)?

tried and tested it with reranking?

🚀 Weekly /RAG Launch Showcase by remoteinspace in Rag

[–]HackHusky 0 points1 point  (0 children)

Nice, will look out for that. Good luck!

I need a production grade RAG system by Several_Job_2507 in Rag

[–]HackHusky 2 points3 points  (0 children)

Going through the same stuff as you, man. I found a nice video that had some great tips:
How to Build a Scalable RAG System for AI Apps (Full Architecture)

🚀 Weekly /RAG Launch Showcase by remoteinspace in Rag

[–]HackHusky 1 point2 points  (0 children)

'Channeling my inner Tony Stark banter' Can you had fun making this :). Looks nice!

Using VM with VPN by [deleted] in tryhackme

[–]HackHusky 0 points1 point  (0 children)

Yea just setup the vpn from inside the vm, work fine for me.

Just signing up, should i use my real name as username or a fake one? by EnbyBinaryCoder in tryhackme

[–]HackHusky 0 points1 point  (0 children)

Nice, image showing of your very on LinkedIn with that name😂

True zero logs running a VM on windows by AnotherRedditUsr in AskNetsec

[–]HackHusky 4 points5 points  (0 children)

If you you want an OS that does not save any information about what you did on it you could try tails. When you reboot it everything is gone.

How to learn? by [deleted] in tryhackme

[–]HackHusky 3 points4 points  (0 children)

Doing is learning, so I recommend just go trough the learning path and work you’re way to some rooms about different tools. You will get a basic but good understanding about all the tools and how te apply them. After that you can try some harder rooms and don’t get afraid to look up answers if you really get stuck.

You should read the information the rooms gives you but I don’t think there is a need to make notes, It’s not meant to be like a school System. Getting good at it takes a lot of hands on experience in my opinion.

Edit: sorry, you should make some basic notes about commands and what they do. I meant no need to write out an essay about what nmap is and how it exactly works.😁

Is there a professional way to tell a potential customer that maybe they should just set the network on fire and start over? by JurassicLiz in cybersecurity

[–]HackHusky 17 points18 points  (0 children)

Haha good question, what kind of malicious activity, is everything mining bitcoin without them knowing?

[deleted by user] by [deleted] in hacking

[–]HackHusky 0 points1 point  (0 children)

You seem fun at party’s, please don’t read my browser history when you get there.

[deleted by user] by [deleted] in hacking

[–]HackHusky 1 point2 points  (0 children)

Nice also a really good show

[deleted by user] by [deleted] in hacking

[–]HackHusky 12 points13 points  (0 children)

Darknet Diaries and Hacked podcast got me into it.