We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824db3b commit 18372d8Copy full SHA for 18372d8
Samples/Senparc.AI.Samples.Consoles/appsettings.json
@@ -16,7 +16,7 @@
16
"IsDebug": true,
17
"AiPlatform": "NeuCharAI", //注意修改为自己平台对应的枚举值
18
"VectorDB": {
19
- "Type": "Default",
+ "Type": "InMemory",
20
"ConnectionString": ""
21
},
22
"NeuCharAIKeys": {
0 commit comments