UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

6 lines 265 B
/** Replace MongoDB conneciton URI username and password with `"<USERNAME>:<PASSWORD>"` so that the URI is safe to log/persist. */ export declare function redactMongoDbConnectionUri(uri: string): string; //# sourceMappingURL=redactMongoDbConnectionUri.d.ts.map