mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: refine Confluence connector (#10994)
### What problem does this PR solve? Refine Confluence connector. #10953 ### Type of change - [x] New Feature (non-breaking change which adds functionality) - [x] Refactoring
This commit is contained in:
@ -42,6 +42,7 @@ class DocumentSource(str, Enum):
|
||||
OCI_STORAGE = "oci_storage"
|
||||
SLACK = "slack"
|
||||
CONFLUENCE = "confluence"
|
||||
DISCORD = "discord"
|
||||
|
||||
|
||||
class FileOrigin(str, Enum):
|
||||
@ -249,4 +250,4 @@ _RESTRICTIONS_EXPANSION_FIELDS = [
|
||||
]
|
||||
|
||||
|
||||
_SLIM_DOC_BATCH_SIZE = 5000
|
||||
_SLIM_DOC_BATCH_SIZE = 5000
|
||||
|
||||
Reference in New Issue
Block a user