@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.
7 lines • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MODE_VECTOR_SEARCH = exports.MODE_HYBRID_SEARCH = exports.MODE_FULLTEXT_SEARCH = void 0;
exports.MODE_FULLTEXT_SEARCH = 'fulltext';
exports.MODE_HYBRID_SEARCH = 'hybrid';
exports.MODE_VECTOR_SEARCH = 'vector';
//# sourceMappingURL=constants.js.map