UNPKG

@orama/orama

Version:

A complete search engine and RAG pipeline in your browser, server, or edge network with support for full-text, vector, and hybrid search in less than 2kb.

4 lines 173 B
export const MODE_FULLTEXT_SEARCH = 'fulltext'; export const MODE_HYBRID_SEARCH = 'hybrid'; export const MODE_VECTOR_SEARCH = 'vector'; //# sourceMappingURL=constants.js.map