Fix duplicate response bug with processed query tracker - Added last_processed_query state to track already-processed queries - Prevents race conditions in Streamlit rerun cycle causing multiple LLM calls - Reset tracker on Clear Chat
35c31e7
KUNAL SHAWcommited on
Fix duplicate message bug in chat interface - Fixed flawed deduplication logic using OR instead of AND - Added proper checks to prevent duplicate user and assistant messages - Applied same fix to error handling section
ed7654d
KUNAL SHAWcommited on
Fix: Prevent repeated answers, hide API keys securely, add option to view top-k chunks
18aaef7
KUNAL SHAWcommited on
Fix local_mode -> local_only parameter name
f5fe91c
KUNAL SHAWcommited on
Modern ChatGPT-style UI redesign
c4a40a4
KUNAL SHAWcommited on
Fix st.chat_input outside columns
42222e5
KUNAL SHAWcommited on
Initial commit: RAG Chatbot for Agentic AI eBook with LangGraph, Pinecone, and Groq