Get started coding with Neo4j & OpenAI's GPT-3 API in C# with this starter kit.
This project is built with .NET 8
dotnet --version
Install packages from root dir
dotnet restore .
Register you OpenAI API key & Neo4j password with User secrets.
cd <PROJECT_ROOT>/CreateKnowledgeGraph
dotnet user-secrets set "OpenAI:ApiKey" "key here"
dotnet user-secrets set "Neo4j:Password" "neo4j password here"
this will be read a used from Config.cs & in example notebook
this will register your API key & Password for usage with secret id: 2a78a9a7-426d-457c-b4d0-42438d70fa71
(this can be seen in both .csproj & example notebook)
Please provide feedback and report bugs as GitHub issues
Want to improve this kit? See the contributing guide
At Neo4j GraphAcademy, we offer a wide range of courses completely free of charge, including several related to LLMs with Neo4j.