UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

12 lines 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pageIdentity = void 0; /** Returns a query filter that represents a unique page in the system. */ const pageIdentity = ({ url, sourceName }) => ({ url, sourceName, }); exports.pageIdentity = pageIdentity; //# sourceMappingURL=pageIdentity.js.map