ragflow/rag
Stephen Hu 4e16936fa4
Refactor: Use re compile for weight method (#9929)
### What problem does this PR solve?

Use re compile for the weight method

### Type of change

- [x] Refactoring
- [x] Performance Improvement
2025-09-05 12:29:44 +08:00
..
app Refactor: Improve the buffer close for vision_llm_chunk (#9845) 2025-09-02 10:31:37 +08:00
flow Feat: init dataflow. (#9791) 2025-08-28 18:40:32 +08:00
llm Feat: add exponential back-off for Chat LiteLLM (#9880) 2025-09-03 13:31:43 +08:00
nlp Refactor: Use re compile for weight method (#9929) 2025-09-05 12:29:44 +08:00
prompts Fix: meta data error. (#9670) 2025-08-25 09:41:52 +08:00
res Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
svr Refactor: Improve the try logic for upload_to_minio (#9735) 2025-08-28 09:35:29 +08:00
utils Fix S3 client initialization with signature_version and addressing_style (#9911) 2025-09-05 09:58:30 +08:00
__init__.py
benchmark.py
raptor.py Refactor: based on async await to handle Redis when raptor (#9576) 2025-08-22 10:58:02 +08:00
settings.py