fix mivlus delete by ids error (#2573)
Co-authored-by: jyong <jyong@dify.ai>
This commit is contained in:
parent
0c0e96c55f
commit
fc64cdee64
2 changed files with 7 additions and 2 deletions
|
|
@ -7,4 +7,4 @@ class Field(Enum):
|
|||
GROUP_KEY = "group_id"
|
||||
VECTOR = "vector"
|
||||
TEXT_KEY = "text"
|
||||
PRIMARY_KEY = " id"
|
||||
PRIMARY_KEY = "id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue