[PR #13435] Feat: add comparison table to main readme #27963

Closed
opened 2026-02-21 20:42:32 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/13435

State: closed
Merged: Yes


Summary

I noticed that the main README.md lacked the feature comparison table while other README had it, so I added it to README.md, fixed it in README_KL.md and added it to the README_SI.md(translating using OpenAI O3-mini).

Fixes #13436

Screenshots

Before After
Screenshot 2025-02-09 075653 Screenshot 2025-02-09 075605
Screenshot 2025-02-09 080514 Screenshot 2025-02-09 080550

This version removes extra spaces and newlines so that the images show up correctly within the table.

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/13435 **State:** closed **Merged:** Yes --- # Summary I noticed that the main README.md lacked the feature comparison table while other README had it, so I added it to README.md, fixed it in README_KL.md and added it to the README_SI.md(translating using OpenAI O3-mini). Fixes #13436 # Screenshots | Before | After | |--------|-------| | ![Screenshot 2025-02-09 075653](https://github.com/user-attachments/assets/5e793218-4e7f-40cf-9453-1782a498f49d) | ![Screenshot 2025-02-09 075605](https://github.com/user-attachments/assets/f4d68f2c-318c-4012-83fe-d815b407f4ae) | | ![Screenshot 2025-02-09 080514](https://github.com/user-attachments/assets/7f5bf274-ef74-4f7d-8055-72ac6e2b4375) | ![Screenshot 2025-02-09 080550](https://github.com/user-attachments/assets/dec95100-b3c3-4057-8db4-962cc6b0ce08) | This version removes extra spaces and newlines so that the images show up correctly within the table. # Checklist > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:42:32 -05:00
yindo closed this issue 2026-02-21 20:42:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#27963