We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddfb15 commit 84b4b5eCopy full SHA for 84b4b5e
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 requests
9
+import logging
10
from langchain.schema.document import Document
11
from langchain_community.document_loaders import GithubFileLoader
12
0 commit comments