We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b7df83 + e6e9069 commit 7982affCopy full SHA for 7982aff
1 file changed
Couchbase.SemanticKernel/CouchbaseCollectionBase.cs
@@ -17,7 +17,7 @@ namespace Couchbase.SemanticKernel;
17
/// </summary>
18
/// <typeparam name="TKey">The data type of the record key.</typeparam>
19
/// <typeparam name="TRecord">The data model to use for adding, updating, and retrieving data from storage.</typeparam>
20
-public abstract class CouchbaseCollectionBase<TKey, TRecord> : VectorStoreCollection<TKey, TRecord>
+public abstract class CouchbaseCollectionBase<TKey, TRecord> : VectorStoreCollection<TKey, TRecord>, IKeywordHybridSearchable<TRecord>
21
where TKey : notnull
22
where TRecord : class
23
{
0 commit comments