Skip to content

Stateless Content Engine using GroqAI LLM, Streamlit and Langchain

Notifications You must be signed in to change notification settings

cyberpsychofc/Content-Engine-Langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Engine-Langchain

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.

Run Locally

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

Authors