Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.06 KB

File metadata and controls

23 lines (18 loc) · 1.06 KB

Changelog

v2.6.1

  • refactor: Refactoring stub code, extract business logic from HttpStub and GrpcStub to separate service classes for better maintainability.
  • feat: Add TLS/SSL support for both HTTP and RPC clients. Support custom CA certificates and insecure skip verify mode for HTTPS connections.

v2.6.0

  • feat: Sparse vectors support disk indexing. Add a field called diskSwapEnabled to control whether it is enabled or not.
  • fix: modify hybrid search result question.
  • fix: modify http stub write timeout question.

v2.5.5

  • feat: Support new IndexType IVF_RABITQ.
  • feat: Support new FieldType Double and Int64.

v2.5.2

  • feat: support embedding service interface /ai/service/embedding

v2.5.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