v3.5.0
版本发布时间: 2024-04-29 20:41:37
vearch/vearch最新发布版本:v3.5.4(2024-10-24 18:29:30)
Added
- add rocksdb bitmap manager
- add engine search and createtable error msg in response
- add data type stringArray
- ivfflat support brute force search
- Add status to manage function return values
- add alias interface
Removed
- remove useless error code
- remove boost in search request
- remove OnlineLogLevel
- remove MSearch
- remove response field _source
- remove document vector field feature in query response
- remove support for search condition of document_ids
- remove upsert vector field.feature
- remove result field.extra and table.compress_mode
- remove support for indivisible nsubvector of index ivfpq
- remove id_type
Changed
- unify error return format
- reduce memory copy in table Serialize
- return status in CreateVectorTable
- separate query from search method
- Classify the HTTP return values of Vearch as standard HTTP status codes
- use recall_num instead of quick
- rename search size to limit
- reformat query/filters
- Unify return data format of document interface
- Unify return data format of cluster version interface
- Unify the format of meta define interface
- rename index_size to training_threshold
- set default value for index_params to simplify space schema
- update space operation interface
- deal with log error without directly exit