Creating a RAG system using Langchain:
I followed some youtube tutorials, and tried to create a web app that takes user input
and generates a stoic response in return.
For this I scraped data from the internet. I stored it in the FAISS vectorstore. Used
gemini 2.5 pro for response generation.
The sources of data were:
https://www.gutenberg.org/cache/epub/2680/pg2680-images.html
https://dailystoic.com/all-articles
Here is the github repository for the project. I’ll work further on it to improve the UI.
https://github.com/Charvi-M/RAG-stoic-companion/