frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

An Enterprise-Level Retrieval-Augmented Generation System

https://comfyai.app/article/llm-applications/enterprise-level-rag-hands-on-practice-II
6•zljdanceholic•1y ago

Comments

zljdanceholic•1y ago
How can we search the wanted key information from 10,000+ pages of PDFs within 2.5 hours? For fact check, how do we implement it so that answers are backed by page-level references, minimizing hallucinations?

RAG-Challenge-2 is a great open-source project by Ilya Rice that ranked 1st at the Enterprise RAG Challenge, which has 4500+ lines of code for implementing a high-performing RAG system. It might seem overwhelming to newcomers who are just beginning to learn this technology. Therefore, to help you get started quickly—and to motivate myself to learn its ins and outs—I’ve created a complete tutorial on this.

We have a complete graph to explain its workflow where multiple tools are used: Docling for parsing PDFs, LangChain for chunking text, faiss for vectorization and similarity searching, and chatgpt for LLMs.

Besides, I also outline the codeflow, demonstrating the running logic involving multiple python files where starters can easily get lost. Different files are colored differently. The purpose of showing this is not letting you memorize all of these file relationships. It works better for you to check the source code yourself and use this as a reference if you find yourself lost in the code.

The original project of Ilya Rice design its RAG system for answering questions of annual reports from companies, so he only designed three types of question response format for that challenge: a name, a number, or a boolean. But to ask questions about technical stuff, we absolutely ask general questions like How does RoPE work? to know about some concepts and the like Therefore, I further modify the system logic to fit this need by customizing an AnswerWithRAGContextExplanationPrompt class and automatically matching the most related chapter and corresponding pages via searching through all faiss databases (only retrieve the top-1) The final performance is demonstrated below (not cherry-picked, only tested once).

- What's the steps to train a nanoGPT from scratch? The answer is:

Training nanoGPT from scratch involves several clearly defined steps. First, set up the environment by installing necessary libraries, using either Anaconda or Google Colab, and then download the dataset (e.g., tinyShakespeare). Next, tokenize the text into numerical representations and split the data into training and validation sets. Define the model architecture including token/positional embeddings, transformer blocks with multi-head self-attention and feed-forward networks, and layer normalization. Configure training hyperparameters and set up an optimizer (such as AdamW). Proceed with a training loop that performs forward passes, computes loss, backpropagates, and updates parameters, while periodically evaluating performance on both training and validation data. Finally, use the trained model to generate new text from a given context.

All code are provided on Colab and the tutorial is referenced here. Hope this helps!

Book Review: Lee Kuan Yew's Memoirs

https://www.astralcodexten.com/p/your-book-review-lee-kuan-yews-memoirs
1•nsoonhui•1m ago•0 comments

NASA's Roman Team Confirms Ground Stations Receiving Data

https://science.nasa.gov/blogs/roman/2026/09/25/nasas-roman-team-confirms-ground-stations-receivi...
2•sohkamyung•2m ago•0 comments

ABIT motherboards, Taiwan, website last updated 20 years ago

https://www.abit.com.tw/page/en/index.php
2•walrus01•5m ago•0 comments

Agentboxd – Email inboxes for AI agents that treat mail as hostile

https://agentboxd.com
1•karamfrederic•5m ago•0 comments

Recreating Jamie Fenton's GORF 2 arcade source code

https://arcadeblogger.com/2026/09/25/resurrecting-midways-ms-gorf/
2•videotopia•7m ago•1 comments

Uncle's frozen Mac says it's infected after viewing a Google ad. Now what?

https://arstechnica.com/security/2026/09/google-ads-caught-delivering-convincing-scareware-ads-to...
2•joozio•11m ago•0 comments

Learned Helplessness and Medium's Stats

https://medium.com/luminasticity/learned-helplessness-and-mediums-stats-63e18926382d
1•bryanrasmussen•16m ago•0 comments

Breaking Up with Google Play: Why Conversations Is Now Free

https://gultsch.de/posts/breaking-up-with-google-play/
2•ezst•16m ago•0 comments

Brightline, a high-speed railway service based in Florida, filed for bankruptcy

1•intrasight•18m ago•1 comments

Bring cybercriminals to justice: CyberCrime Bounty Program

https://www.crimestoppersinternational.org/bounty
2•tigerlily•21m ago•0 comments

Mega Duck

https://en.wikipedia.org/wiki/Mega_Duck
1•tosh•22m ago•0 comments

OpenAI Says Its Models Engaged with US Government Websites in New Disclosure

https://www.securityweek.com/openai-says-its-models-engaged-with-us-government-websites-in-new-mo...
5•pluc•23m ago•1 comments

Reading’s Bayeux Tapestry

https://diamondgeezer.blogspot.com/2026/09/readings-bayeux-tapestry.html
1•zeristor•24m ago•0 comments

ChatGPT Maps

https://chatgpt.com/maps
3•erex78•28m ago•0 comments

How SendCutSend is changing the way we build [video]

https://www.youtube.com/watch?v=WavgGoGk034
2•dgellow•29m ago•0 comments

Show HN: Catescape

https://catescape.dev/
2•MCArth•30m ago•0 comments

Alex Karp: AI Models Are Stealing Your Data and the AI Safety Truth [video]

https://www.youtube.com/watch?v=2YVCdwvG548
3•baranul•30m ago•0 comments

Stalker: Free Browser Fingerprint and Privacy Checker Tool

https://geeksta.net/tools/stalker/
4•yaph•34m ago•0 comments

NIH details $170M biomedical research reproducibility effort

https://www.science.org/content/article/nih-details-170-million-biomedical-research-reproducibili...
2•bookofjoe•34m ago•0 comments

Ares: a cross-platform, open-source, multi-system emulator

https://github.com/ares-emulator/ares
1•tosh•40m ago•0 comments

Some HEP-TH News

https://www.math.columbia.edu/~woit/wordpress/?p=15881
2•jjgreen•40m ago•0 comments

Show HN: CStructSharp – C-struct (de)serialization for C# and JavaScript (WASM)

https://github.com/vvollers/cstructsharp
1•plusmax1•41m ago•0 comments

Show HN: Where in Europe to Survive the Polycrisis

https://om-intelligence.ch/projects/play.html?p=polycrisis#/
5•busssard•46m ago•1 comments

Show HN: Notifications for your own posts on HN

https://www.hazumi.news/top
1•jrhey•47m ago•2 comments

Show HN: Causal analyst agent skill for Claude

https://github.com/kiritbasu/causal-analyst
3•2au_observer•48m ago•0 comments

V2X2MAP: See the Cars Talk

https://v2x2map.com/
2•Eduard•49m ago•0 comments

A Decade of MakeCode

https://makecode.com/blog/10th-anniversary
1•azhenley•53m ago•0 comments

Sandbagged: Hoping to steal Nvidia chips, thieves mistakenly grab 20tons of sand

https://sfstandard.com/2026/09/25/plusai-autonomous-trucking-trailers-stolen-fremont/
3•giuliomagnifico•54m ago•0 comments

This Month in Redox – August 2026

https://www.redox-os.org/news/this-month-260831/
1•joshcsimmons•55m ago•0 comments

12,000-year-old Göbeklitepe burials explain scattered bones

https://archaeologymag.com/2026/09/gobeklitepe-burials-hundreds-of-scattered-bones/
2•yusufaytas•56m ago•0 comments