We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851c778 commit 899638bCopy full SHA for 899638b
1 file changed
internal/migrations/init_data.go
@@ -79,6 +79,7 @@ var (
79
&entity.APIKey{},
80
&entity.AIConversation{},
81
&entity.AIConversationRecord{},
82
+ &entity.Embedding{},
83
}
84
85
roles = []*entity.Role{
0 commit comments