Source code for weaviate.collections.aggregations.hybrid.sync

from weaviate.connect import executor
from weaviate.collections.aggregations.hybrid.executor import _HybridExecutor
from weaviate.connect.v4 import ConnectionSync


[docs] @executor.wrap("sync") class _Hybrid(_HybridExecutor[ConnectionSync]): pass