Releases: Couchbase-Ecosystem/couchbase-semantic-kernel
Releases · Couchbase-Ecosystem/couchbase-semantic-kernel
Release list
v0.3.2
Fixes: SQL++ reserved-word field names (e.g. Number, Type, Order) no longer cause syntax errors in filters or projections. GetAsync now throws ArgumentNullException for a null filter instead of silently returning no records.
v0.3.1
Fix: VectorSearchOptions.Filter was silently ignored by CouchbaseQueryCollection.SearchAsync, causing filtered vector searches to return unfiltered results.
v0.3.0
Renamed to CouchbaseConnector.VectorData, updated to Microsoft.Extensions.VectorData.Abstractions 10.8.0, migrated to the MEVD conformance tests NuGet package, removed the Semantic Kernel dependency, and added net10.0 support.
v0.2.5
v0.2.4
What's Changed
- Renamed Bhive to Hyperscale throughout the codebase for clarity
- Renamed COMPOSITE to Composite for consistency
- Updated distance metrics
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Updated to Microsoft.Extensions.VectorData.Abstractions 9.7.0
- Added BHIVE and COMPOSITE index support (Couchbase Server 8.0+)
- Implemented conformance tests for vector operations
- Enhanced documentation and fixed package dependencies
Full Changelog: v0.2.2...v0.2.3