Skip to content

Releases: Tencent/vectordatabase-sdk-go

v1.5.1

20 Dec 07:49
Compare
Choose a tag to compare

fix: replace large file-sized dictionaries in Git LFS with URLs to enable the usage of NewBM25Encoder with language-specific dictionaries when customers refer to the "tcvdbtext" directory in this Go package. Also support to load dictionary in /tmp/tencent/vectordatabase/data

v1.5.0

17 Dec 15:27
Compare
Choose a tag to compare
  • feat: support binary vector
  • feat: support to return documents' count when using Count function
  • feat: support to delete documents with limit
  • feat: add params terminateAfter and cutoffFrequency, when hybrid search
  • feat: support to hybrid search by text in embedding collection
  • feat: support to modify vector indexes

v1.4.9

10 Dec 03:28
Compare
Choose a tag to compare

doc: add comments for tcvectordb package
fix: ExistsDatabase checks the existence of a specific database, including all database types AI_DB or BASE_DB.

v1.4.8

02 Dec 09:06
Compare
Choose a tag to compare
  • feat: CreateCollectionView/LoadAndSplitText interfaces add parsingType params, which can support different parsing type (AlgorithmParsing/VisionModelParsing) for files

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