Change embedding (#1428)

* fix: text spliter

* perf: embedding model
This commit is contained in:
Archer
2024-05-09 23:23:49 +08:00
committed by GitHub
parent 434af56abd
commit 5e250b2f65
6 changed files with 93 additions and 11 deletions

View File

@@ -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,