mirror of
https://github.com/labring/FastGPT.git
synced 2026-04-16 02:00:55 +08:00
@@ -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