feat: config vector model and qa model
This commit is contained in:
@@ -19,7 +19,7 @@ const kbSchema = new Schema({
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
model: {
|
||||
vectorModel: {
|
||||
type: String,
|
||||
required: true,
|
||||
default: 'text-embedding-ada-002'
|
||||
|
||||
Reference in New Issue
Block a user