Skip to content

sfidan42/ChatbotPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install ollama:
curl -fsSL https://ollama.com/install.sh | sh
ollama serve
  1. Fetch ollama model in another terminal:
ollama pull gemma3:4b
  1. Create environment and run
conda create -n graphiti python==3.11
conda activate graphiti
pip install -r requirements.txt
python app.py

gradio interface

neo4j example

About

Building coversational AI using gradio interface with langgraph and graphiti in the backside

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages