Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tongjilibo committed Jul 10, 2024
1 parent a62b74d commit bb96189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,14 @@ server.run(port=port)

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

## 5. 更新历史:

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

Expand Down
1 change: 0 additions & 1 deletion bert4vector/pipelines/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from loguru import logger
from bert4vector.core import BertSimilarity, FaissSimilarity, SameCharsSimilarity, LongestCommonSubstringSimilarity
from bert4vector.core import HownetSimilarity, SimHashSimilarity, TfidfSimilarity, BM25Similarity, CilinSimilarity
from bert4vector.snippets import cos_sim
import traceback
from torch4keras.snippets import is_package_available
if is_package_available('fastapi'):
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.3',
version='v0.0.4',
description='an elegant bert4vector',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit bb96189

Please sign in to comment.