seanaedmiston

Results 15 comments of seanaedmiston

Found same issue. Get no errors - just wrong numerical results (on the quadratic approximation stuff) when using pymc/main (was 4.0.0b).

Unfortunately resolving the linting issues is beyond me. I am not even sure that the approach I have used (overriding _call in the BaseLLM) is even allowed. However it "works...

@tensiondriven Just saw your comment. I think the docs have been improved in this regard - but actually it is deceptively simple... HF transformers allows a relative pathname for a...

So yes, this calls 'generate' and then 'decode' separately rather letting the pipeline do it. This is handy if you want to try different decoding strategies. The other issue is...

I do not have the capacity at the moment to tidy this up. I still think the idea is useful, but for now we have just moved the functionality out...

Seems I duplicated https://github.com/hwchase17/langchain/pull/771. Also I seem to have messed up my repo a bit so this PR is now a mess. Suggest using that PR and have added a...

Yes - pulling from hub: lc://chains/vector-db-qa/stuff/chain.json https://github.com/hwchase17/langchain-hub/blob/master/chains/vector-db-qa/stuff/chain.json

Maybe just a note in the docs or something. Not really that important. It was just that the behaviour was a bit 'surprising' (i.e. when I tried overriding I got...

Just looking at my code again, not being able to override verbose is not really a big deal, but I have been overriding `k` and `search_kwargs`. I haven't had any...