[PR #1767] Annotation management #23208

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

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

State: closed
Merged: Yes


Add app annotation reply and management

breaking change for local deployment

The annotation function can support direct replies to related questions, so we need to assign values to previously unstored questions for the table message_annotations.
we need doing below command in your api container

  1. docker exec -it docker-api-1 bash
  2. flask add-annotation-question-field-value
**Original Pull Request:** https://github.com/langgenius/dify/pull/1767 **State:** closed **Merged:** Yes --- Add app annotation reply and management ### breaking change for local deployment The annotation function can support direct replies to related questions, so we need to assign values to previously unstored questions for the table ` message_annotations`. we need doing below command in your api container 1. `docker exec -it docker-api-1 bash` 2. `flask add-annotation-question-field-value`
yindo added the pull-request label 2026-02-21 20:20:38 -05:00
yindo closed this issue 2026-02-21 20:20:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#23208