Quote Modal UI and fix doc (#432)

This commit is contained in:
Archer
2023-10-25 20:13:32 +08:00
committed by GitHub
parent f2fb0aedfd
commit 008d0af010
6 changed files with 14 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
const defaultSystemEnv: SystemEnvType = {
vectorMaxProcess: 15,
qaMaxProcess: 15,
pgHNSWEfSearch: 40
pgHNSWEfSearch: 100
};
const defaultFeConfigs: FeConfigsType = {
show_emptyChat: true,