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.

8 lines (7 loc) 287 B
export * as radix from './trees/radix.js'; export * as avl from './trees/avl.js'; export * as zip from './trees/zip.js'; export * as bkd from './trees/bkd.js'; export * as flat from './trees/flat.js'; export * as bool from './trees/bool.js'; export * as vector from './trees/vector.js';