Azure OpenAI Neo4j Demo

19 Jul, 2023



In this demo, Ezhil shows how #Neo4j works with the Microsoft Azure OpenAI Service. The data flow consists of two parts:

(1) Using generative AI to parse a data set, extract entities and relationships from it, and then create Neo4j Cypher queries against the database that populate it, creating a knowledge graph
(2) We put a chat bot over the knowledge graph so non technical users can interact, without needing to learn a database query language.

The code is available on GitHub here if you'd like to try the demo yourself: https://github.com/neo4j-partners/intelligent-medical-assistant

#Azure #Neo4j #GenAI #OpenAI #microsoftazure

Related Videos