feat: support rss datasource (#13721)

### What problem does this PR solve?

Supporting public RSS/Atom feed URLs as data sources for RagFlow.

link https://github.com/infiniflow/ragflow/issues/12313

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
KeJun
2026-03-27 22:58:44 +08:00
committed by GitHub
parent f32a832f92
commit cb78ce0a7b
11 changed files with 395 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ class BlobType(str, Enum):
class DocumentSource(str, Enum):
"""Document sources"""
RSS = "rss"
S3 = "s3"
NOTION = "notion"
R2 = "r2"