@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.
6 lines (5 loc) • 311 B
TypeScript
export declare const STEMMERS: Record<string, string>;
export declare const SPLITTERS: Record<Language, RegExp>;
export declare const SUPPORTED_LANGUAGES: string[];
export declare function getLocale(language: string | undefined): string | undefined;
export type Language = (typeof SUPPORTED_LANGUAGES)[number];