Skip to content

Releases: Couchbase-Ecosystem/couchbase-semantic-kernel

v0.3.2

Choose a tag to compare

@azaddhirajkumar azaddhirajkumar released this 20 Aug 06:29
d8b82d4

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

Choose a tag to compare

@azaddhirajkumar azaddhirajkumar released this 12 Aug 10:14
dd968b4

Fix: VectorSearchOptions.Filter was silently ignored by CouchbaseQueryCollection.SearchAsync, causing filtered vector searches to return unfiltered results.

v0.3.0

Choose a tag to compare

@azaddhirajkumar azaddhirajkumar released this 10 Aug 09:10
1ce9d1a

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

Choose a tag to compare

@azaddhirajkumar azaddhirajkumar released this 30 Mar 07:20
6161082

Release version 0.2.5

v0.2.4

Choose a tag to compare

@azaddhirajkumar azaddhirajkumar released this 03 Nov 06:10
7b7df83

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

Choose a tag to compare

@azaddhirajkumar azaddhirajkumar released this 30 Oct 03:33
77024d3

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