Results 117 issues of blythed

Currently this is the only part of the project which doesn't strictly follow the plugin structure. - [ ] lance - [ ] qdrant - [ ] "local"

We should have as few methods as possible.

By default, `.predict_batches` can call `.predict_many`. `.predict_many` will be the exact analogue of `.predict` in terms of signature.

A function with a `.predict(x)` will be `"singleton"` whereas `.predict(x, y, z=1)` will be `*args, **kwargs`.

Currently: ```python class MongoQuery(Query): patterns = ['.*find', ...] def __getattr__(self, item): # returns the find query ... def _execute_find(self): # executes the find query return ... ``` Proposal: separate into...

This is, in our experience, a useful thing to have. Once the template is installed, use one or more of the queries to look at the results.

good first issue
Enhancement