SuperDuperDB / superduperdb

🔮 SuperDuperDB: Bring AI to your database! Build, deploy and manage any AI application directly with your existing data infrastructure, without moving your data. Including streaming inference, scalable model training and vector search.
https://superduperdb.com
Apache License 2.0
4.55k stars 445 forks source link

[BUG] Cannot serialise query with keys starting with $ in mongodb #2107

Closed kartik4949 closed 1 month ago

kartik4949 commented 1 month ago
select = doc.find({'x': {'$lt': 9}})

listener = Listener(select=select, ...)
db.add(listener) # Fails if metadata_store is Mongodb