Releases: Tencent/vectordatabase-sdk-go
Releases · Tencent/vectordatabase-sdk-go
v1.4.7
fix: remove buildtag to support windows platform compilation
v1.4.6
feat: add ModelName to support setting a new model string directly when creating an embedding coll
v1.4.5
feat: change jieba go dependency to support cross-platform compilation
v1.4.4
feat: support /index/add interface
v1.4.3
fix: compatible processing unsupported windows jieba tokenizer case
v1.4.2
fix: upgrade gojieba dependency version to v1.4.3
v1.4.1
fix: go mod dependencies' versions when go version is greater than or equal to v1.15
v1.4.0
feat: support hybridSearch interface
feat: support ttl
feat: support cli.ExistsDatabase, cli.CreateDatabaseIfNotExists, db.ExistsCollection, db.CreateCollectionIfNotExists interface
v1.3.5
fix: rpc client target addr need to add port when http schema
v1.3.4
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