This project provides a robust research bot designed to assist users in summarizing and extracting meaningful insights from multiple URLs. By leveraging the capabilities of advanced text processing and vector storage, the bot ensures efficient data handling and insightful responses. The workflow involves loading data from URLs, splitting the data into manageable chunks, storing the data in a FAISS vector database, and responding to user prompts with accurate and concise summaries.
git clone https://github.com/fosetorico/article_research_bot.git
conda create -n your-chosen-name python=3.10 -y
conda activate your-chosen-name
pip install -r requirements.txt
streamlit run app.py