This commit is contained in:
archer
2023-07-17 10:20:30 +08:00
parent 98a5796592
commit 246283ee1c
46 changed files with 1747 additions and 780 deletions

View File

@@ -19,6 +19,11 @@ const kbSchema = new Schema({
type: String,
required: true
},
model: {
type: String,
required: true,
default: 'text-embedding-ada-002'
},
tags: {
type: [String],
default: []