Update README.md

This commit is contained in:
zyxucp
2024-02-15 13:38:25 +08:00
committed by GitHub
parent b7532676c5
commit fb7a85b9cf

View File

@@ -61,6 +61,7 @@ AntSK 适用于多种业务场景,例如:
在这里我使用的是Postgres 作为数据存储和向量存储因为Semantic Kernel和Kernel Memory都支持他当然你也可以换成其他的。
模型默认支持openai,如果需要使用azure openai需要调整SK的依赖注入也可以使用one-api进行集成。
user是默认的登陆账号和密码
需要配置如下的配置文件
```
"ConnectionStrings": {
@@ -75,6 +76,10 @@ AntSK 适用于多种业务场景,例如:
"Postgres": {
"ConnectionString": "Host=;Port=;Database=antsk;Username=;Password=",
"TableNamePrefix": "km-"
},
"Login": {
"User": "admin",
"Password": "xuzeyu"
}
```
我使用的是CodeFirst模式只要配置好数据库链接表结构是自动创建的