Permanent Live RAG Demo: A Pre-Crawled News Index With Keyword, Vector and Hybrid Comparison

· Website · New Feature · All updates

The RAG in 60 seconds page has always let you build your own sandbox index in one click. There is now also a permanent one that is already crawled and embedded, so you can skip the setup entirely and go straight to asking questions.

01 Nothing to set up

The live RAG demo is a ready-made index holding tens of thousands of news articles, already crawled and already embedded. You do not create anything, wait for anything, or configure anything. Open it and ask a question in your own words; the answer streams back with its sources attached.

The index is read-only, so it is always in the same working state when you open it. Example questions are provided if you would rather start from something concrete than from a blank box.

02 The same query, three ways

The more interesting part of the demo is the comparison. You can run one query three separate ways and read the result sets next to each other: keyword only, vector only, and the hybrid we actually serve.

Your question plain words Pre-crawled index news articles, embedded Keyword only result set A Hybrid (served) result set B Vector only result set C Compare the three side by side, on the same query
One question, three retrieval strategies against the same index, with the hybrid mode being the one Opensolr actually serves.
The demo index is read-only and permanent, so it is in the same working state every time you open it.
View the full changelog