Class Picker

java.lang.Object
org.machanism.machai.bindex.Picker
All Implemented Interfaces:
Closeable, AutoCloseable

public class Picker extends Object implements Closeable
Picker handles Bindex registration, lookup, and semantic queries using embeddings and MongoDB.

Provides registration and query operations for Bindex repositories, supporting classification embedding for semantic retrieval and indexing.

Usage example:

 try (Picker picker = new Picker(provider)) {
        List<Bindex> results = picker.pick("search query");
 }
 
Since:
0.0.2
Author:
Viktor Tovstyi