Skip to content

Releases: Tencent/vectordatabase-sdk-go

v1.8.2

18 Aug 08:51
Compare
Choose a tag to compare
  • feat: support index type DISK_FLAT

v1.8.1

31 Jul 12:18
Compare
Choose a tag to compare
  • feat: support embedding service interface /ai/service/embedding

v1.8.0

26 Jun 12:59
Compare
Choose a tag to compare
  • feat: support full-text search interface /document/fullTextSearch
  • feat: support rebuilding sparse vector indexes via /rebuild/index interface
  • feat: support vector index type modification via /index/modifyVectorIndex interface (BIN_FLAT not supported)
  • feat: support rebuilding vector/sparse vector indexes with user defined CPU resource usage

v1.7.2

03 Jun 03:51
Compare
Choose a tag to compare
  • feat: support float16_vector/bfloat16_vector types for HNSW vector
  • feat: support to query file details when uploading files to collection

v1.7.1

23 May 09:44
Compare
Choose a tag to compare
  • feat: support chunk_num and section_num when uploading files in a collection
  • feat: support to check file byte size when uploading files in a collection or collectionView
  • feat: support to set shardNum and replicaNum for collectionView
  • fix: keep using collection/collectionView user defined to access the interface within the Collection/AICollectionView object

v1.7.0

31 Mar 13:43
Compare
Choose a tag to compare
  • feat: support /index/drop interface
  • feat: /document/count support config the ReadConsistency param

v1.6.5

28 Mar 08:44
Compare
Choose a tag to compare
  • feat: get stopwords from cos

v1.6.4

06 Mar 12:19
Compare
Choose a tag to compare
  • feat: support rpc client pool

v1.6.3

05 Mar 12:55
Compare
Choose a tag to compare
  • feat: tcvdbtext add [NewBM25EncoderByFiles] function to init encoder in an offline environment without internet access

v1.6.2

26 Feb 14:19
Compare
Choose a tag to compare
  • fix: upload file by io.Reader