Skip to content

Releases: Tencent/vectordatabase-sdk-go

v1.6.0

20 Jan 15:00
Compare
Choose a tag to compare

feat: support granting or revoking privileges through the user interface
feat: support sorting the data by the sortRules first when querying documents
feat: return the number of document sets that failed to be processed when describing a collectionView
feat: return the number of collections/collectionViews in the response when listing a database

v1.5.5

08 Jan 11:37
Compare
Choose a tag to compare

refactor: update tcvdbtext default stopwords.txt file

v1.5.4

24 Dec 07:36
Compare
Choose a tag to compare
  • feat: support search radius for searching in collection

v1.5.3

23 Dec 08:03
Compare
Choose a tag to compare

-feat: optimize warning message for modifing vector indexes interface

v1.5.2

23 Dec 07:28
Compare
Choose a tag to compare

feat: optimize the interface modifing vector indexes

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