- 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.
- feat: Sparse vectors support disk indexing. Add a field called
diskSwapEnabledto control whether it is enabled or not. - fix: modify hybrid search result question.
- fix: modify http stub write timeout question.
- feat: Support new IndexType
IVF_RABITQ. - feat: Support new FieldType Double and Int64.
- feat: support embedding service interface
/ai/service/embedding
- feat: support full-text search interface
/document/fullTextSearch - feat: support rebuilding sparse vector indexes via
/rebuild/indexinterface - feat: support vector index type modification via
/index/modifyVectorIndexinterface (BIN_FLAT not supported) - feat: support rebuilding vector/sparse vector indexes with user defined CPU resource usage