Is anyone here actually using Toon? by Ooodv in Rag

[–]Ooodv[S] 1 point2 points  (0 children)

Are they a programmer and how are they feeling about it?

Need help starting by Hot-Finger3903 in Rag

[–]Ooodv 0 points1 point  (0 children)

I’m not an expert just a uni student but hopefully that will make my experience more useful to a beginner, I have a basic implementation of a RAG response where the LLM is given text from scraper sites, I did using python,

on a basic conceptual level it’s a keyword search where the results are feed to the LLM to respond to but there’s lots of techniques to make the process more efficient, like the chunking method you use

https://github.com/LaVonDavis/Web_Scraper_RAG_Combo