fix mivlus delete by ids error (#2573)

Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
Jyong 2024-02-27 12:23:13 +08:00 committed by GitHub
commit fc64cdee64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View file

@ -7,4 +7,4 @@ class Field(Enum):
GROUP_KEY = "group_id"
VECTOR = "vector"
TEXT_KEY = "text"
PRIMARY_KEY = " id"
PRIMARY_KEY = "id"