ragflow/graphrag
Jin Hai 766d900a41
Refactor: rename rmSpace to remove_redundant_spaces (#10796)
### What problem does this PR solve?

- rename rmSpace to remove_redundant_spaces
- move clean_markdown_block to common module
- add unit tests for remove_redundant_spaces and clean_markdown_block

### Type of change

- [x] Refactoring

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
2025-10-28 09:46:32 +08:00
..
general Feat: add fault-tolerant mechanism to GraphRAG (#10708) 2025-10-22 09:29:04 +08:00
light Fix typos: retrievaler -> retriever (#10372) 2025-10-10 09:17:36 +08:00
__init__.py Cache the result from llm for graphrag and raptor (#4051) 2024-12-17 09:48:03 +08:00
entity_resolution.py typo: fix _entity_index_dilimiter_key to entity_index_delimiter_key (#10465) 2025-10-10 18:36:00 +08:00
entity_resolution_prompt.py
query_analyze_prompt.py Light GraphRAG (#4585) 2025-01-22 19:43:14 +08:00
search.py Refactor: rename rmSpace to remove_redundant_spaces (#10796) 2025-10-28 09:46:32 +08:00
utils.py Feat: TOC retrieval (#10456) 2025-10-10 17:07:55 +08:00