Microsoft Azure Demo
This is a sample notebook and web application which shows how Azure OpenAI can be used with Neo4j. We will explore how to leverage Azure OpenAI LLMs to build and consume a knowledge graph in Neo4j.
This notebook parses data from a public corpus of Medical Case Sheet using Azure OpenAI’s gpt-4-32k model. The model is prompted to recognise and extract entities and relationships.
We then use the gpt-4-32k model and prompt it to convert questions in English to Cypher - Neo4j’s query language for data retrieval.
Installation
The Demo is available on GitHub: https://github.com/neo4j-partners/neo4j-generative-ai-azure