UNPKG

mongodb-chatbot-server

Version:

A chatbot server for retrieval augmented generation (RAG).

6 lines 270 B
import { EmbeddedContent, References } from "mongodb-rag-core"; /** Function that generates the references in the response to user. */ export type MakeReferenceLinksFunc = (chunks: EmbeddedContent[]) => References; //# sourceMappingURL=MakeReferenceLinksFunc.d.ts.map