auralynq-rag / web /README.md
MHamdan's picture
Deploy Auralynq RAG (Llama-3.3-70B via HF Inference Providers)
8c1b9fe verified
|
Raw
History Blame Contribute Delete
736 Bytes
# Auralynq Web UI
Next.js 14 (App Router) + Tailwind UI for Auralynq.
## Features
- Chat with **SSE token streaming** and visible **citations**
- **Push-to-talk** microphone (MediaRecorder → `/voice`) with recording indicator,
live transcript, and spoken answer playback
- **Retrieval trace panel** (per-node timings) and **evidence-path viewer** (PathRAG)
- **Ingest panel** (upload documents/audio) and **eval report viewer**
- Live **provider badges** from `/health` (shows what's actually running)
## Dev
```bash
npm install
NEXT_PUBLIC_API_BASE=http://localhost:8000 npm run dev # http://localhost:3000
```
The API base defaults to `http://localhost:8000`. In the Podman stack it is wired
automatically (`make stack-up`).