There was an error while loading. Please reload this page.
api_base_url
1 parent 5dfb020 commit 1f4e251Copy full SHA for 1f4e251
github_code_indexing/main.py
@@ -65,6 +65,8 @@ def github_code_indexing_flow(
65
"*.mdx",
66
],
67
excluded_patterns=["**/.*", "target", "**/node_modules"],
68
+ # Optional, can be omitted if using "https://github.com"
69
+ api_base_url="https://api.github.com",
70
)
71
72
code_embeddings = data_scope.add_collector()
0 commit comments