UNPKG

mongodb-chatbot-server

Version:

A chatbot server for retrieval augmented generation (RAG).

10 lines 289 B
/** @fileoverview This file contains the exported modules and types for using the chat server library. */ export * from "./app"; export * from "./routes"; export * from "./processors"; export * from "./middleware"; export * from "mongodb-rag-core"; //# sourceMappingURL=index.d.ts.map