ragflow/rag
謝富祥 021e8b57ae
Fix: fix error 429 api rate limit when building knowledge graph for all chat model and Mistral embedding model (#9106)
### What problem does this PR solve?

fix error 429 api rate limit when building knowledge graph for all chat
model and Mistral embedding model.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-07-30 11:37:49 +08:00
..
app Feat: parsing supports jsonl or ldjson format (#9087) 2025-07-30 09:48:20 +08:00
llm Fix: fix error 429 api rate limit when building knowledge graph for all chat model and Mistral embedding model (#9106) 2025-07-30 11:37:49 +08:00
nlp Added infinity rank_feature support (#9044) 2025-07-29 09:14:23 +08:00
prompts Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
res Perf: ignore concate between rows. (#8507) 2025-06-26 14:55:37 +08:00
svr Refa: remove temperature since some LLMs fail to support. (#8981) 2025-07-23 10:17:04 +08:00
utils Added infinity rank_feature support (#9044) 2025-07-29 09:14:23 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
benchmark.py Refactor embedding batch_size (#3825) 2024-12-03 16:22:39 +08:00
prompt_template.py Refa: refactor prompts into markdown-style structure using Jinja2 (#8667) 2025-07-04 15:59:41 +08:00
prompts.py Perf: set timeout of some steps in KG. (#8873) 2025-07-16 18:06:03 +08:00
raptor.py Refa: remove temperature since some LLMs fail to support. (#8981) 2025-07-23 10:17:04 +08:00
settings.py Feat: make document parsing and embedding batch sizes configurable via environment variables (#8266) 2025-06-16 13:40:47 +08:00