Update README.en.md

This commit is contained in:
zyxucp
2024-02-15 13:39:39 +08:00
committed by GitHub
parent 6620a74447
commit 96e1ca6b34

View File

@@ -113,7 +113,7 @@ Let's see the effect
## How do I get started?
Login is the default login account and password
Here I use Postgres as data storage and vector storage, because both the Semantic Kernel and Kernel Memory support it. Of course, you can switch to other ones.
@@ -147,6 +147,10 @@ Postgres:{
"TableNamePrefix": "km -"
},
"Login": {
"User": "admin",
"Password": "xuzeyu"
}
```