0% found this document useful (0 votes)
80 views1 page

Creating A RAG System Using Langchain

The document describes the creation of a web app that generates stoic responses based on user input using a RAG system with Langchain. Data was scraped from various sources and stored in a FAISS vectorstore, with response generation powered by Gemini 2.5 Pro. The author plans to enhance the user interface and has provided a link to the project's GitHub repository.

Uploaded by

Charvi Mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views1 page

Creating A RAG System Using Langchain

The document describes the creation of a web app that generates stoic responses based on user input using a RAG system with Langchain. Data was scraped from various sources and stored in a FAISS vectorstore, with response generation powered by Gemini 2.5 Pro. The author plans to enhance the user interface and has provided a link to the project's GitHub repository.

Uploaded by

Charvi Mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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/

You might also like