mem0
mem0 copied to clipboard
[refactor] pass config object instead of pass db/ef params
alternative proposal to replace https://github.com/embedchain/embedchain/pull/100
- pass
configobject instead of pass separate params (db, ef), which is expected to extend more - add
default_modelin config time (could add another method to overwrite in query time though)
We're currently discussing which route to take for configuration. I agree that it needs to change from how it is right now.
take a look at #156 and PR #158, that's most likely the route were taking for configuration.
replaced by #158