SmartSearchQA is a lightweight, real-time question-answering app that combines the power of web search with large language models. It uses LangChain, Tavily for live web results, and Google Gemini (via langchain-google-genai
) for intelligent answer generation.
Built with a minimal Streamlit UI, itโs ideal for research, news checking, or quick factual Q&A.
- ๐ Real-time web search via Tavily API
- ๐ง Answer generation using Gemini 2.0 Flash LLM
- โก Fast, interactive, and extendable with LangChain
- ๐ฅ๏ธ Clean UI built with Streamlit
Below is an example of how SmartSearchQA answers a real-time query:
The agent fetches live data using web search and synthesizes an answer using Gemini.
git clone https://github.com/yourusername/SmartSearchQA.git
cd SmartSearchQA