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

@@ -31,6 +31,7 @@ dependencies = [
"editdistance==0.8.1",
"elasticsearch-dsl==8.12.0",
"exceptiongroup>=1.3.0,<2.0.0",
"feedparser>=6.0.11,<7.0.0",
"extract-msg>=0.39.0",
"ffmpeg-python>=0.2.0",
"flasgger>=0.9.7.1,<0.10.0",