Hybrid RAG SEC AI
Live pipeline control room for AI-powered SEC filing retrieval and answer generation.
Runtime profile
Two-panel dashboard for demos, debugging, and technical presentations. The UI listens to live pipeline events and renders the final grounded answer from the production backend.
Prompt panel
Run a live filing query
Send a prompt to the production RAG backend and watch each pipeline stage update in real time.
Ask questions about SEC filings and financial reports.
- What legal risks did Apple mention in its 10-K filings?
- Summarize risk factors in NVIDIA's annual report.
- What litigation risks appear in the filings?
Transport
SSE for live execution + POST for the final answer.
Suggested questions
Question bank
Query history
Previous runs
Pipeline view
Execution map
Prompt
Incoming user request enters the runtime graph.
Embedding
Query gets transformed into vector space for retrieval.
Hybrid Retrieval
Qdrant and BM25 search run and merge their candidates.
Rerank
CrossEncoder rescoring refines the highest-value chunks.
Context Build
Top grounded excerpts are formatted for answer generation.
LLM
DeepSeek generates the final grounded response.
Answer
Final answer and sources are returned to the interface.
Execution log
Live pipeline trace
Final answer