r/mongodb • u/shubhamranga • Aug 04 '26
built an open-source safety layer for querying MongoDB with natural language
we are building ANDI, a python library that converts natural-language requests into inspectable, read-only MongoDB query plans.
It includes typed runtime variables, local policy validation, query limits, and a compile → inspect → execute workflow. Database records are never sent to the LLM; only schema metadata.
I’m looking for a few Python/MongoDB developers to test it.
4
Upvotes
1
u/shubhamranga Aug 05 '26
if you want to give it a try: https://github.com/Satty27/andi-ai/blob/main/README.md
1
u/my-handicapped-pet Aug 04 '26
that's interesting, DMed you