This is a demo of an AI research assistant that uses a combination of a large language model and a vector database to answer questions about a research paper.
- Clone the repository
git clone https://github.com/tchavva/research_agent_demo.git
- Run the notebook
jupyter notebook ODSC_AI_Research_Assistant_Demo.ipynb
OR
Run the notebook in Google Colab
- Setup the environment variables in .env file
OPENAI_API_KEY="input your openai api key"
GROQ_API_KEY="input your groq api key"
- Run the cells in the google colab notebook or jupyter notebook