frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: RAG chatbot using Qwen3 with custom thinking UI

3•Arindam1729•9h ago
Hey Folks,

I've been playing around with the new Qwen3 models recently (from Alibaba). They’ve been leading a bunch of benchmarks recently, especially in coding, math, reasoning tasks and I wanted to see how they work in a Retrieval-Augmented Generation (RAG) setup. So I decided to build a basic RAG chatbot on top of Qwen3 using LlamaIndex.

Here’s the setup:

Model: Qwen3-235B-A22B (the flagship model via Nebius Ai Studio)

RAG Framework: LlamaIndex

Docs: Load → transform → create a VectorStoreIndex using LlamaIndex

Storage: Works with any vector store (I used the default for quick prototyping)

UI: Streamlit (It's the easiest way to add UI for me)

One small challenge I ran into was handling the <think> </think> tags that Qwen models sometimes generate when reasoning internally. Instead of just dropping or filtering them, I thought it might be cool to actually show what the model is “thinking”.

So I added a separate UI block in Streamlit to render this. It actually makes it feel more transparent, like you’re watching it work through the problem statement/query.

Nothing fancy with the UI, just something quick to visualize input, output, and internal thought process. The whole thing is modular, so you can swap out components pretty easily (e.g., plug in another model or change the vector store).

Here’s the full code if anyone wants to try or build on top of it: GitHub: https://github.com/Arindam200/awesome-ai-apps/tree/main/rag_...

And I did a short walkthrough/demo here: YouTube: https://www.youtube.com/watch?v=L7P8RcKcdzI

Would love to hear if anyone else is using Qwen3 or doing something fun with LlamaIndex or RAG stacks. What’s worked for you?

Comments

tomasen9987•9h ago
I have tried Gemma before haven't got a chance to try Qwen3 yet.

What do you think is difference between Gemma and Qwen when it comes to RAG performance?

Arindam1729•8h ago
I haven't tried comparing both, but Qwen's reasoning quality is better.

Show HN: A free, privacy preserving, archive of public Discord servers

https://searchcord.io
19•searchcord•2h ago•7 comments

Show HN: A MCP server to evaluate Python code in WASM VM using RustPython

https://github.com/tuananh/hyper-mcp/tree/main/examples/plugins/eval-py
29•tuananh•2d ago•9 comments

Show HN: Windows 98 themed website in 1 HTML file for my post punk band

https://corp.band
175•jealousgelatin•11h ago•37 comments

Show HN: A native Hacker News reader with integrated todo/done tracking

https://github.com/haojiang99/hacker_news_reader
34•coolwulf•10h ago•15 comments

Show HN: Bobber Game (Go Down to Go Up)

https://stan-stani.github.io/minigames/?game=bobber
2•EstanislaoStan•2h ago•0 comments

Show HN: Goboscript, text-based programming language, compiles to Scratch

https://github.com/aspizu/goboscript
153•aspizu•23h ago•56 comments

Show HN: Cogitator – A Python Toolkit for Chain-of-Thought Prompting

https://github.com/habedi/cogitator
49•habedi0•4d ago•8 comments

Show HN: Near-perfect English AI translation of a classic of Japanese literature

https://www.booktranslate.ai/public-translations/nzdd5fxnqbgx1rtmmky0ibsh
3•sunwood•3h ago•0 comments

Show HN: Job board aggregator for best paying remote SWE jobs in the U.S.

https://www.remoteswe.fyi
183•xitang•1d ago•118 comments

Show HN: A highly extensible framework for building OCR systems

https://github.com/robbyzhaox/myocr
13•robbyzhao•15h ago•0 comments

Show HN: Combine Emojis to generate a new one

https://emojis.directory/emoji-merge/
2•azeemkafridi•5h ago•0 comments

Show HN: Hardtime.nvim – break bad habits and master Vim motions

https://github.com/m4xshen/hardtime.nvim
201•m4xshen•1d ago•81 comments

Show HN: A platform to find tech conferences, discounts, and ticket giveaways

https://www.tech.tickets/
100•danthebaker•3d ago•35 comments

Show HN: Chat with 19 years of HN

https://app.camelai.com/log-in?next=/hn/
147•vercantez•2d ago•113 comments

Show HN: I modeled the Voynich Manuscript with SBERT to test for structure

https://github.com/brianmg/voynich-nlp-analysis
376•brig90•1d ago•129 comments

Show HN: Python Simulator of David Deutsch’s “Constructor Theory of Time”

https://github.com/gvelesandro/constructor-theory-simulator
81•SandroG•1d ago•11 comments

Show HN: Vaev – A browser engine built from scratch (It renders google.com)

https://github.com/skift-org/vaev
223•monax•1d ago•134 comments

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
103•paddy_m•1d ago•9 comments

Show HN: Vibe coding from your phone

https://vibecodego.com
7•chrisnolet•9h ago•0 comments

Show HN: Visualization of job openings by US based employers

https://jobswithgpt.com/blog/jobs-density-visualization/
7•jobswithgptcom•9h ago•2 comments

Show HN: A web browser agent in your Chrome side panel

https://github.com/parsaghaffari/browserbee
146•parsabg•1d ago•61 comments

Show HN: Mirror World, create an AI clone of anyone

https://mirr.world/
20•p-sharpe•14h ago•3 comments

Show HN: Jar.tools – View, Change, Decompile Java Jar Files

https://jar.tools
9•Igor_Wiwi•16h ago•0 comments

Show HN: GrowthBook MCP Server for Feature Flagging and Experimentation

https://github.com/growthbook/growthbook-mcp
2•royalfig•7h ago•0 comments

Show HN: I enhanced Soundex to correctly handle multi-word strings

4•ogora•7h ago•0 comments

Show HN: Open-Source AlphaEvolve Clone Using GPT-4.1 and Genetic Programming

17•Sai_Praneeth•17h ago•0 comments

Show HN: Inkwell: book/article authoring platform exports to PDF and ePub

https://inkwell.net
2•winstonewert•7h ago•0 comments

Show HN: Turn any workflow diagram into compilable, running and stateful code

https://workflows.diagrid.io/
106•yaronsc•5d ago•32 comments

Show HN: Model2vec-Rs – Fast Static Text Embeddings in Rust

https://github.com/MinishLab/model2vec-rs
59•Tananon•1d ago•14 comments

Show HN: I Built a Prompt That Makes LLMs Think Like Heinlein's Fair Witness

https://fairwitness.bot/
11•9wzYQbTYsAIc•14h ago•6 comments