Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tongjilibo committed Sep 28, 2024
1 parent 304ce76 commit a074f3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,15 @@ server.run(port=port)

|更新日期| bert4vector | 版本说明 |
|------| ---------------- |----------- |
|20240928| 0.0.5 |小修改,api中可以reset|
|20240710| 0.0.4 |增加最长公共子序列字面召回,不安装torch也可以使用部分功能|
|20240628| 0.0.3 |增加多种字面召回,增加api接口部署|
|20240131| 0.0.2.post2 |去除对bert4torch的版本依赖|
|20231228| 0.0.2 |初始版本,支持内存和faiss模式|

## 5. 更新历史:

- **20240928**:小修改,api中可以reset
- **20240710**:增加最长公共子序列字面召回,不安装torch也可以使用部分功能
- **20240628**:增加多种字面召回,增加api接口部署
- **20231228**:初始版本,支持内存和faiss模式


## 6. Reference
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='bert4vector',
version='v0.0.4',
version='v0.0.5',
description='an elegant bert4vector',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a074f3c

Please sign in to comment.