Skip to content

Releases: Tencent/vectordatabase-sdk-go

v1.4.7

15 Nov 03:26
Compare
Choose a tag to compare

fix: remove buildtag to support windows platform compilation

v1.4.6

14 Nov 12:08
Compare
Choose a tag to compare

feat: add ModelName to support setting a new model string directly when creating an embedding coll

v1.4.5

13 Nov 08:21
Compare
Choose a tag to compare

feat: change jieba go dependency to support cross-platform compilation

v1.4.4

06 Nov 11:17
Compare
Choose a tag to compare

feat: support /index/add interface

v1.4.3

25 Oct 07:34
Compare
Choose a tag to compare

fix: compatible processing unsupported windows jieba tokenizer case

v1.4.2

23 Oct 07:15
Compare
Choose a tag to compare

fix: upgrade gojieba dependency version to v1.4.3

v1.4.1

22 Oct 13:35
Compare
Choose a tag to compare

fix: go mod dependencies' versions when go version is greater than or equal to v1.15

v1.4.0

30 Sep 08:34
Compare
Choose a tag to compare

feat: support hybridSearch interface
feat: support ttl
feat: support cli.ExistsDatabase, cli.CreateDatabaseIfNotExists, db.ExistsCollection, db.CreateCollectionIfNotExists interface

v1.3.5

06 Sep 08:49
Compare
Choose a tag to compare

fix: rpc client target addr need to add port when http schema

v1.3.4

22 Aug 13:09
Compare
Choose a tag to compare

feat: flat document interface,which means that users can use client.search(ctx, databaseName, collectionName...) directly
feat: updating and upserting docs' params support []map[string]interface{}
fix: get field array type correctly