Package com.embabel.agent.rag
Interface ClusterFinder
-
- All Implemented Interfaces:
public interface ClusterFinder
-
-
Method Summary
Modifier and Type Method Description abstract <E extends Any> List<Cluster<E>>findClusters(ClusterRetrievalRequest<E> opts)Find all clusters -
-
Method Detail
-
findClusters
abstract <E extends Any> List<Cluster<E>> findClusters(ClusterRetrievalRequest<E> opts)
Find all clusters
-
-
-
-