neo4j-product-examples / graphrag-examples

Example GraphRAG patterns
Apache License 2.0
95 stars 25 forks source link

Updated northwind-data.cypher to include AzureOpenAI #4

Closed HoustonMuzamhindo closed 6 months ago

HoustonMuzamhindo commented 6 months ago

The updated northwind-data has the Cypher if you are using AzureOpenAI instead of the OpenAI endpoint. This is particularly useful when you cannot acccess OpenAI directly due to restrictions in your organisation but you have an AzureOpenAI deployment endpoint ready.

zach-blumenfeld commented 6 months ago

Thank you @HoustonMuzamhindo this is helpful. Is it possible to have the AzureOpenAI ingest script as a separate file? That way it is easy for folks to copy past the one that works for them? Maybe like northwind-data-azureopenai.cypher? or perhaps a shorter name if you have one in mind?

HoustonMuzamhindo commented 6 months ago

Hi @zach-blumenfeld . I think that's a better suggestion. I can work on creating the dedicated file.