From 7d6763fa401d06eea4bdac8d0d5c49f10aba9bf6 Mon Sep 17 00:00:00 2001 From: akmhmgc <38002468+akmhmgc@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:03:11 +0900 Subject: [PATCH] Modify sample code (#133) --- loader_hub/github_repo/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/loader_hub/github_repo/README.md b/loader_hub/github_repo/README.md index 9e83c390..bcea545a 100644 --- a/loader_hub/github_repo/README.md +++ b/loader_hub/github_repo/README.md @@ -43,6 +43,7 @@ This loader designed to be used as a way to load data into [Llama Index](https:/ ```python import pickle import os +from llama_index import GPTSimpleVectorIndex assert ( os.getenv("OPENAI_API_KEY") is not None