Base search engine abstraction, contract interfaces, and singleton registry for the Quatrain Core framework.
Overview
@quatrain/searchengine defines the standard AbstractSearchEngineAdapter interface and the central SearchEngine registry. It allows applications in the Quatrain ecosystem to perform hybrid document search, vector retrieval, and BM25 indexing without binding to specific search implementations.