mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00: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