Davis Chase
Davis Chase
> Could be, but it does not have to be always the case. > This class in particular has a `init` parameter `pre_delete_collection: bool = False` to delete the collection...
thanks @iamadhee!
what's opposite of "batched"? non-batched? could also call it something like that (NonBatchedLLM)
> Hm I agree the `_call` naming is confusing and it'd be easier if we went the other way (generate -> batch_generate). Could call it something like `_call_single()` or something...
another idea: SimpleLLM
gql isn't a core dependency so you have to install it separately
could we add either an example to the map reduce notebook or an integration test where this is used
I believe #4987 should fix this
thanks @r2d4! could we add a simple example notebook (a la docs/modules/models/llms/integrations/openai.ipynb)
could we add a unit test that would've previously failed and now passes