ragflow/rag/app
alkscr baa108f5cc
Fix: markdown table conversion error (#7570)
### What problem does this PR solve?

Since `import markdown.markdown` has been changed to `import markdown`
in `rag/app/naive.py`, previous code for converting markdown tables
would call a markdown module instead of a callable function. This cause
error.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
2025-05-12 17:16:55 +08:00
..
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
audio.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
book.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
email.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
laws.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
manual.py Fix: abnormal cell mergeing. (#6991) 2025-04-14 11:00:11 +08:00
naive.py Fix: markdown table conversion error (#7570) 2025-05-12 17:16:55 +08:00
one.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
paper.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
picture.py Fix: Add title_tks for Pictures (#7365) 2025-04-28 13:35:34 +08:00
presentation.py Make error messages during PPT processing clearer. (#6980) 2025-04-14 10:10:20 +08:00
qa.py Fix: float transfer exception. (#6197) 2025-03-18 11:13:44 +08:00
resume.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
table.py fix bug chunking:expected string or bytes-like object (#7116) 2025-04-18 14:42:36 +08:00
tag.py Error storing tag in Redis (#7541) 2025-05-09 10:17:09 +08:00