Asynchronously streams documents from the entire GitHub repository. It is suitable for situations where processing large repositories in a memory-efficient manner is required.
loadAsStream(): AsyncGenerator<Document<Record<string, any>>, void, undefined>