Update README.md

This commit is contained in:
zyxucp
2024-03-27 17:48:40 +08:00
committed by GitHub
parent 6a8a6509b8
commit 8e322162cc

View File

@@ -139,7 +139,7 @@ DBConnection.DbType
//连接字符串需要根据不同DB类型用对应的字符串
DBConnection.ConnectionStrings
//向量存储的类型,支持 Postgres Disk Memory 其中Postgres需要配置 ConnectionString
//向量存储的类型,支持 Postgres Disk Memory、Qdrant 其中Postgres需要配置 ConnectionString Qdrant 的 ConnectionString 使用 Endpoint|APIKey
KernelMemory.VectorDb
//本地模型使用的运行方式 GUP CPU ,如果用在线API 这个随意使用一个即可