Skip to content

Commit

Permalink
Merge pull request #29 from enMedD/rebranding
Browse files Browse the repository at this point in the history
fixed the google sites. Added new source category, disabled
  • Loading branch information
SchadenKai authored Jul 16, 2024
2 parents 87b27cd + 9727b77 commit 0762489
Show file tree
Hide file tree
Showing 84 changed files with 79 additions and 7,284 deletions.
15 changes: 0 additions & 15 deletions backend/danswer/configs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,38 +68,23 @@
class DocumentSource(str, Enum):
# Special case, document passed in via Danswer APIs without specifying a source type
INGESTION_API = "ingestion_api"
SLACK = "slack"
WEB = "web"
GOOGLE_DRIVE = "google_drive"
GMAIL = "gmail"
REQUESTTRACKER = "requesttracker"
GITHUB = "github"
GITLAB = "gitlab"
GURU = "guru"
BOOKSTACK = "bookstack"
CONFLUENCE = "confluence"
SLAB = "slab"
JIRA = "jira"
PRODUCTBOARD = "productboard"
FILE = "file"
NOTION = "notion"
ZULIP = "zulip"
LINEAR = "linear"
HUBSPOT = "hubspot"
DOCUMENT360 = "document360"
GONG = "gong"
GOOGLE_SITES = "google_sites"
ZENDESK = "zendesk"
LOOPIO = "loopio"
DROPBOX = "dropbox"
SHAREPOINT = "sharepoint"
TEAMS = "teams"
SALESFORCE = "salesforce"
DISCOURSE = "discourse"
AXERO = "axero"
CLICKUP = "clickup"
MEDIAWIKI = "mediawiki"
WIKIPEDIA = "wikipedia"
S3 = "s3"
R2 = "r2"
GOOGLE_CLOUD_STORAGE = "google_cloud_storage"
Expand Down
Empty file.
Loading

0 comments on commit 0762489

Please sign in to comment.