ragflow/rag
zhou 9cad60fa6d
Fix: Add a basic example when the example of content_tagging is empty (#6276)
### What problem does this PR solve?

When using LLM for auto-tag, if there are no examples, the tag format
generated by LLM may be wrong. This will cause Elasticsearch insert
errors. Adding basic examples can avoid this problem.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-03-19 17:30:47 +08:00
..
app Feat: add vision LLM PDF parser (#6173) 2025-03-18 14:52:20 +08:00
llm Feat: add TTS support for SILICONFLOW. (#6264) 2025-03-19 12:52:12 +08:00
nlp Feat: text file support position retaining. (#6231) 2025-03-18 16:55:11 +08:00
res Format file format from Windows/dos to Unix (#1949) 2024-08-15 09:17:36 +08:00
svr Fix: Add a basic example when the example of content_tagging is empty (#6276) 2025-03-19 17:30:47 +08:00
utils Fix: type violations. (#6262) 2025-03-19 12:12:34 +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
prompts.py Feat: add vision LLM PDF parser (#6173) 2025-03-18 14:52:20 +08:00
raptor.py Refactor graphrag to remove redis lock (#5828) 2025-03-10 15:15:06 +08:00
settings.py Refa: PARALLEL_DEVICES is a static parameter. (#6168) 2025-03-17 16:49:54 +08:00