UNPKG

mongodb-rag-ingest

Version:

MongoDB Ingest CLI for the MongoDB Chatbot Framework.

7 lines 412 B
declare const IP = "127.0.0.1"; declare const REPLICA_SET_PORT = 37018; declare const SERVER_PORT = 37017; declare const MONGO_MEMORY_REPLICA_SET_URI = "mongodb://127.0.0.1:37018/?replicaSet=testset"; declare const MONGO_MEMORY_SERVER_URI = "mongodb://127.0.0.1:37017/"; export { IP, REPLICA_SET_PORT, SERVER_PORT, MONGO_MEMORY_REPLICA_SET_URI, MONGO_MEMORY_SERVER_URI, }; //# sourceMappingURL=constants.d.ts.map