UNPKG

@masuidrive/bloom-local-rag

Version:

RAG (Retrieval-Augmented Generation) system for local directories - Index and search your documents with AI-powered answers

7 lines 222 B
export interface ReindexOptions { directory?: string; force?: boolean; verbose?: boolean; } export declare function reindexCommand(options?: ReindexOptions): Promise<void>; //# sourceMappingURL=reindex.d.ts.map