You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/core/rag
baonudesifeizhai c14a6a6609 fix: support Chinese regex separators in text segmentation
- Remove re.escape() usage to preserve regex functionality
- Replace str.split() with re.split() for regex support
- Replace 'in' operator with re.search() for regex patterns
- Add proper separator preservation logic for regex patterns
- Filter out short chunks containing only symbols

Fixes #22765
8 months ago
..
cleaner fix: drop dead code phase2 unused class (#22042) 8 months ago
data_post_processor fix: validate reranking model attributes before processing (#11930) 1 year ago
datasource orm filter -> where (#22801) 8 months ago
docstore orm filter -> where (#22801) 8 months ago
embedding chore: bump mypy to 1.16 (#20608) 10 months ago
entities Refactor/message cycle manage and knowledge retrieval (#20460) 10 months ago
extractor orm filter -> where (#22801) 8 months ago
index_processor orm filter -> where (#22801) 8 months ago
models Refactor/remove db from cycle manager (#20455) 10 months ago
rerank fix: fix rerank model runner usage (#19008) 11 months ago
retrieval orm filter -> where (#22801) 8 months ago
splitter fix: support Chinese regex separators in text segmentation 8 months ago
__init__.py Feat/dify rag (#2528) 2 years ago