Simple chatbot with a web interface built to assist financial analysts with up-to-date information on the financial market.
The chatbot leverages openai LLM for user query comprehension as well as RAG inorder to answer queries on current status of the dynamic financial market.
Tools Used: LangChain framework for user query synthesis and reply generation, Flask for web gui and web scrapping for up-to-date information retrieval.