UNPKG

@masuidrive/bloom-local-rag

Version:

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

5 lines 328 B
import { FileInfo } from '../types/index.js'; export declare function hashFile(content: string): Promise<string>; export { loadGitignore } from './gitignore.js'; export declare function scanFiles(directory: string, extensions: string[], excludePatterns?: string[]): Promise<FileInfo[]>; //# sourceMappingURL=fileScanner.d.ts.map