This content engine is an implementation of RAG using Langchain, Streamlit and Groq API. This chatbot can be used to converse with the end user who intends to find insights about financial performance of companies like Alphabet, Nvidia ,Tesla and Uber. It retrieves from FORM-10K for the fiscal year 2023 of the mentioned companies.
Clone the project
git clone https://github.com/cyberpsychofc/Content-Engine-Langchain
Go to the project directory
Install dependencies
pip install -r requirements
Start the Streamlit server
streamlit run main.py