A Streamlit-based tool that lets you load news article URLs, process their content using LangChain + Google Generative AI, and query them interactively.
Streamlit-Main-2025-08-12-19-08-71.mp4
- Load up to 3 URLs
- Split and store text in FAISS vector DB
- Query using Gemini model
- Shows sources with answers
pip install -r requirements.txt