Revert "Feat: github connector" (#12296)

Reverts infiniflow/ragflow#12292
This commit is contained in:
Kevin Hu
2025-12-29 17:06:40 +08:00
committed by GitHub
parent c3ae1aaecd
commit c2c079886f
10 changed files with 9 additions and 1322 deletions

View File

@ -234,8 +234,6 @@ _REPLACEMENT_EXPANSIONS = "body.view.value"
BOX_WEB_OAUTH_REDIRECT_URI = os.environ.get("BOX_WEB_OAUTH_REDIRECT_URI", "http://localhost:9380/v1/connector/box/oauth/web/callback")
GITHUB_CONNECTOR_BASE_URL = os.environ.get("GITHUB_CONNECTOR_BASE_URL") or None
class HtmlBasedConnectorTransformLinksStrategy(str, Enum):
# remove links entirely
STRIP = "strip"