UNPKG

@masuidrive/bloom-local-rag

Version:

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

4 lines 220 B
import { BaseChatModel } from '@langchain/core/language_models/chat_models'; import { Config } from '../types/index.js'; export declare function createLLM(config: Config): BaseChatModel; //# sourceMappingURL=llm.d.ts.map