Releases: Tencent/vectordatabase-sdk-go
Releases · Tencent/vectordatabase-sdk-go
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
v1.3.3
feat: upsert method set default buildIndex true when using rpc client
fix: return right nlist param in list/desc collection methods
v1.3.2
feat: support rpc client
feat: add filter not in and filter test examples
v1.3.0
feat: support new filetype to parse, such as .pdf or .pptx or .docx
feat: search interface response add new info: ParagraphTitle and AllParentParagraphTitles