tomasonjo / clinical-agent

This project is designed for a simple LLM agent with tools on a clinical knowledge graph in Neo4j.
Apache License 2.0
15 stars 6 forks source link
agent chatgpt graph graphrag langchain llm neo4j openai

clinical-agent

This project is designed for a simple LLM agent with tools on a clinical knowledge graph in Neo4j.

Workflow diagram

Setup

  1. Download and restore the Clinical database dump.

  2. Set environment variables in .env.

  3. Run the following command:

docker compose up 

Example questions

Todo

Contributions

Contributions are welcomed