From 23903ded3fd8c533991e5f666c979034275bf74d Mon Sep 17 00:00:00 2001 From: zyxucp <286513187@qq.com> Date: Wed, 27 Mar 2024 19:11:46 +0800 Subject: [PATCH] Update README.en.md --- README.en.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index 161a18b..9e0ce7a 100644 --- a/README.en.md +++ b/README.en.md @@ -133,8 +133,13 @@ model/xxx.gguf ``` // Supports various databases, you can check SqlSugar, MySql, SqlServer, Sqlite, Oracle, PostgreSQL, Dm, Kdbndp, Oscar, MySqlConnector, Access, OpenGauss, QuestDB, HG, ClickHouse, GBase, Odbc, OceanBaseForOracle, TDengine, GaussDB, OceanBase, Tidb, Vastbase, PolarDB, Custom DBConnection.DbType + // Connection string, need to use the corresponding string according to the different DB types -DBConnection.ConnectionStrings//Vector storage types, supporting Postgres, Disk, and Memory. Postgres requires configuring a ConnectionString. +DBConnection.ConnectionStrings + +//The type of vector storage, supporting Postgres, Disk, Memory, Qdrant, Redis, AzureAISearch +//Postgres and Redis require ConnectionString configuration +//The ConnectionString of Qdrant and AzureAISearch uses Endpoint | APIKey KernelMemory.VectorDb //Local model execution options: GPU and CPU. When using the online API, any option can be used.