cachho
cachho
Closing this, because I guess thinking about it again, it should be possible to query an empty database, might be better for dry runs.
That's a good idea for a personal project. Maybe something you can do with this package but not a part of it. Closing.
thanks for the PR. Blindly catching all exceptions is never advised, and I'm of the opinion that we shouldn't just ignore all exceptions and keep the code running. If you...
I'm very much against it if I'm being blunt. We should add embedchain level exception handling at some point, but just escaping an exception is not the way to do...
Glad that it worked out in the end.
Interesting, cause that's basically the question I asked in #113. Embedchain should definitely be able to handle history, but if it's supposed to keep a self-contained history, we have to...
Will be solved with #117
Solved by #220
Also, the already exists in the database should raise an Error I think. For the same reason: Let the user decide how to handle it. Let's say you have a...
Also: the way I see it, self.collection.count() returns the total count, it makes more sense to return the count of the added item here.