Skip to content

Commit e35903f

Browse files
committed
Merge branch 'fix/windows-tokenizer' into 'main' (merge request !62)
fix: remove windows platform buildtag
2 parents 0274034 + 5304e33 commit e35903f

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.4.7
4+
* 移除buildtag,支持windows平台上编译运行
5+
36
## v1.4.6
47
* 支持BAAI/bge-m3新模型,也支持创建embedding collection时使用string直接设置模型
58

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
## Getting started
44

55
### Prerequisites
6-
1. Go 1.15 or higher
7-
2. Only support to use bm25 tcvdbtext package when the system is macos or linux, and you should install gcc firstly. Because gojieba in tcvdbtext package use cgo feature in go.
8-
6+
1. Go 1.17 or higher
97

108
### Install TencentCloud VectorDB Go SDK
119

tcvdbtext/tokenizer/tokenizer_windows.go

-10
This file was deleted.

tcvectordb/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
package tcvectordb
2020

21-
const SDKVersion = "v1.4.6"
21+
const SDKVersion = "v1.4.7"

0 commit comments

Comments
 (0)