RAG in 60 Seconds: A Live Sandbox That Builds a Real Solr Index With No Signup

· Website · New Feature · All updates

The new Try it live page creates a real Apache Solr index for you in one click. No signup, no account, no card — you push content, you search it, and you ask questions of it.

01 What the sandbox does

One click creates the index. You then push your own content into it: paste JSON, or give it the URL of a document. From there you can search the index with hybrid search, and ask questions in plain language that an LLM answers from your own content, with the sources cited.

1. Create a real index 2. Push JSON or a URL 3. Search hybrid search 4. Ask sources cited
The whole path from an empty index to a cited answer, with no account in the way.

02 Nothing is hidden from you

You also get the raw Solr index credentials. That means you can browse the documents yourself and look at the vector embeddings directly, rather than taking our word for what is in there.

Sandbox indexes delete themselves after 24 hours.
View the full changelog