From the course: GraphRAG Essential Training
Codespaces explainer video - Neo4j Tutorial
From the course: GraphRAG Essential Training
Codespaces explainer video
- [Instructor] In this course, we'll be using GitHub Codespaces as our coding platform. To get started with it, navigate to the course GitHub repository in your browser. From here, you'll click on the green Code button, select the middle tab called Codespaces, and then click the green button that says Create codespace on main. After a short period of time, you'll get something that looks like VS Code pop up in a tab in your browser. It has all of the code from the repository, plus is loaded with all of the Python packages we'll use for the course. While Codespaces is building, we can create our API key for our favorite LLM. I'll use OpenAI's ChatGPT, but you can use whatever LLM you like. To create an OpenAI API key, go to platform.openai.com and either log in or create a new account. Once you're here, in the search tab, type api key. Next, click Create new secret key. Give it a name, select the default project, and select Create secret key. Once that key is created, copy it and then paste it into the .env file located in your Codespaces. Now we're ready to get started.