We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36599d8 commit f77deecCopy full SHA for f77deec
python/rubin/rag/extra_scripts/ingest_github.py
@@ -6,6 +6,7 @@
6
# see https://python.langchain.com/docs/integrations/document_loaders/github/
7
8
import logging
9
+
10
import requests
11
from langchain.schema.document import Document
12
from langchain_community.document_loaders import GithubFileLoader
0 commit comments