GenerAI / worldmonitor /scripts /lib /brief-dedup-consts.d.mts
amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 4)
ee888e1 verified
Raw
History Blame Contribute Delete
654 Bytes
// Declaration file for brief-dedup-consts.mjs so TS callers (currently
// server/_shared/intel-history-client.ts, which shares the embedding model and
// dimensions with the seed writer) don't need `// @ts-expect-error`. Kept
// hand-written, same as scripts/_simulation-queue-constants.d.mts: the module
// is a flat const-export shim with no runtime behaviour to mirror.
export const JACCARD_MERGE_THRESHOLD: number;
export const EMBED_MODEL: string;
export const EMBED_DIMS: number;
export const CACHE_VERSION: string;
export const CACHE_KEY_PREFIX: string;
export const CACHE_TTL_SECONDS: number;
export const OPENROUTER_EMBEDDINGS_URL: string;