Commit History

Fix chat_input - must be at root level
01e771f

KUNAL SHAW commited on

Add HF Spaces YAML frontmatter to README
71c1218

KUNAL SHAW commited on

Update UI and configuration files
43aa251

KUNAL SHAW commited on

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 SHAW commited 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 SHAW commited on

Fix: Prevent repeated answers, hide API keys securely, add option to view top-k chunks
18aaef7

KUNAL SHAW commited on

Fix local_mode -> local_only parameter name
f5fe91c

KUNAL SHAW commited on

Modern ChatGPT-style UI redesign
c4a40a4

KUNAL SHAW commited on

Fix st.chat_input outside columns
42222e5

KUNAL SHAW commited on

Initial commit: RAG Chatbot for Agentic AI eBook with LangGraph, Pinecone, and Groq
f9c215a

KUNAL SHAW commited on