Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.35 KB

File metadata and controls

17 lines (13 loc) · 1.35 KB

GPT4 LangChain Agents Research Web App

Description

Python Streamlit web app utilizing OpenAI (GPT4) and LangChain agents with access to PubMed, Wikipedia, and DuckDuckGo. Ultimately delivering a research report for a user-specified input, including an introduction, quantitative facts, relevant publications, books, and YouTube links. Users can then also chat about this and other previous research with a GPT4 chatbot. Data is stored relationally in SQLite and also vectorized into a ChromaDB for agent retrieval.

V3 - Implemented ChromaDB Vector DB and use in LangChain agents / tools

image

V2 Screenshots

V2 Research Generation

image

V2 Previous Research Rendering

image

V1 Screenshots

image image