diff --git a/README.md b/README.md index a8e7e9b..c80b91e 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@     2、[PCN](https://github.com/Rock-100/FaceKit/tree/master/PCN) +### 版本2.0.1更新 + +* 1、修复PCN模型存在的潜在内存泄露问题 + ### 版本2.0.0更新 * 1、添加对opensearch的支持,删除对proxima与milvus向量引擎的支持 @@ -37,7 +41,7 @@ ### 项目文档 -* 在线文档:[文档-2.0.0](scripts/docs/2.0.0.md) +* 在线文档:[文档-2.0.1](scripts/docs/2.0.0.md) * swagger文档:启动项目且开启swagger,访问:host:port/doc.html, 如 http://127.0.0.1:8080/doc.html @@ -48,12 +52,12 @@ com.visual.face.search face-search-client - 2.0.0 + 2.0.1 ``` * 其他语言依赖 -   使用restful接口:[文档-2.0.0](scripts/docs/2.0.0.md) +   使用restful接口:[文档-2.0.1](scripts/docs/2.0.0.md) ### 项目部署