loader = GithubRepositoryReader(...)
but I do not know how to load the documents returned into an index. docs = loader.load_data(branch="html") index = GPTSimpleVectorIndex().from_documents(docs)
ValueError: One of documents or index_struct must be provided.
HTTP response body: The index exceeds the project quota of 1 pods by 1 pods. Upgrade your account or change the project settings to increase the quota.
HTTP response body: The index exceeds the project quota of 1 pods by 1 pods. Upgrade your account or change the project settings to increase the quota.