This project is based on the LLM Fundamentals course from Graph Academy. It uses the langchain
package to create a chatbot that simulates a conversation about movies.
- Python 3.8 or higher
dotenv
packagelangchain
package- Neo4j Graph Database
-
Clone the repository.
-
Install the required packages using pip:
-
pip install -r requirements.txt
-
Create a
.env
file in the root directory and add your OpenAI API key: -
Set up your Neo4j database as per the instructions in the LLM Fundamentals course.
Run the movie_agent.py
script: