Releases: Tencent/vectordatabase-sdk-go
Releases · Tencent/vectordatabase-sdk-go
v1.8.2
v1.8.1
v1.8.0
- 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
v1.7.1
- 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