Skip to content

Commit 18372d8

Browse files
committed
change Default VectorDB Type for Sample
1 parent 824db3b commit 18372d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/Senparc.AI.Samples.Consoles/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"IsDebug": true,
1717
"AiPlatform": "NeuCharAI", //注意修改为自己平台对应的枚举值
1818
"VectorDB": {
19-
"Type": "Default",
19+
"Type": "InMemory",
2020
"ConnectionString": ""
2121
},
2222
"NeuCharAIKeys": {

0 commit comments

Comments
 (0)