@@ -62,7 +62,7 @@ const DatasetSchema = new Schema({
|
||||
vectorModel: {
|
||||
type: String,
|
||||
required: true,
|
||||
default: 'text-embedding-ada-002'
|
||||
default: 'text-embedding-3-small'
|
||||
},
|
||||
agentModel: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user