diff --git a/conf/llm_factories.json b/conf/llm_factories.json index f2ce7ada1..5e02696e6 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -360,6 +360,12 @@ "max_tokens": 8192, "model_type": "embedding" }, + { + "llm_name": "text-embedding-v4", + "tags": "TEXT EMBEDDING,8K", + "max_tokens": 8192, + "model_type": "embedding" + }, { "llm_name": "qwen-vl-max", "tags": "LLM,CHAT,IMAGE2TEXT",