mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? This PR enhances the display of tags in the UI. * Before: Model tags were shown as a single string with commas. * After: Model tags are split by commas and displayed as individual <Tag> components , making them visually distinct and easier to read. ### Type of change - [x] New Feature (non-breaking change which adds functionality)