andy-symonds / kg-llm-chatbot-python

https://graphacademy.neo4j.com/courses/llm-chatbot-python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build an Neo4j-backed Chatbot using Python

This repository accompanies the Build an Neo4j-backed Chatbot using Python course on Neo4j GraphAcademy.

For a complete walkthrough of this repository, enrol now.

Running the application

Set up a virtual environment (I prefer using pyenv), from project root

pyenv virtualenv 3.11.1 kg-llm
pyenv kg-llm
conda deactivate

To run the application, you must install the libraries listed in requirements.txt.

pip install -r requirements.txt

Then run the streamlit run command to start the app on http://localhost:8501/.

streamlit run bot.py

About

https://graphacademy.neo4j.com/courses/llm-chatbot-python/


Languages

Language:Python 100.0%