Skip to content

Releases: Tencent/vectordatabase-sdk-go

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

v1.3.3

07 Aug 08:23
Compare
Choose a tag to compare

feat: upsert method set default buildIndex true when using rpc client
fix: return right nlist param in list/desc collection methods

v1.3.2

22 Jul 06:59
Compare
Choose a tag to compare

feat: support rpc client
feat: add filter not in and filter test examples

v1.3.0

26 Feb 03:13
Compare
Choose a tag to compare

feat: support new filetype to parse, such as .pdf or .pptx or .docx
feat: search interface response add new info: ParagraphTitle and AllParentParagraphTitles