Skip to content

Commit d5ef235

Browse files
committedFeb 3, 2025
Add salesforce connector
1 parent 711b14f commit d5ef235

File tree

7 files changed

+221
-211
lines changed

7 files changed

+221
-211
lines changed
 

‎backend/danswer/configs/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class DocumentSource(str, Enum):
100100
CLICKUP = "clickup"
101101
MEDIAWIKI = "mediawiki"
102102
WIKIPEDIA = "wikipedia"
103+
SFKBARTICLES = "sfkbarticles"
103104
S3 = "s3"
104105
R2 = "r2"
105106
GOOGLE_CLOUD_STORAGE = "google_cloud_storage"

0 commit comments

Comments
 (0)