ALL DATA PROVIDED IS A DOCUMENT IN MONGO DB COLLECTION.
ALWAYS use $unwind to top-level in order to expand the document.
AVOID return everything in a DOCUMENT, filter and check the network data structure.
Run the pipeline expression to obtain the query result. Only in-document pipeline expressions are permitted; hence, "lookup"and"lookup"and"merge" are prohibited. However, $group is allowed.
How to Use
Use with LangChain: `hub.pull("buckylee/execute_mongo_pipeline")`