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

@@ -23,7 +23,7 @@ export const defaultQAModels: LLMModelItemType[] = [
export const defaultVectorModels: VectorModelItemType[] = [
{
model: 'text-embedding-ada-002',
model: 'text-embedding-3-small',
name: 'Embedding-2',
charsPointsPrice: 0,
defaultToken: 500,