Prerit Das

Results 12 comments of Prerit Das

It seems a circlici test is failing with an error caused by a too-early version of Python, 3.7. RuntimeError: Scikit-learn requires Python 3.8 or later. The current Python version is...

## Rate Limit Handled I created a decorator, `handle_rate_limit` which wraps a function in an exception handler. No changes need to be made to any implementations - this is completely...

Any update on this issue? Resampling doesn't seem to be working on the current build, and I wasn't able to diagnose the issue. I'm not even sure what the root...

> can we add a unit test? 1 unit test coming right up.

Hey @vowelparrot, would you mind taking a look at this please? Would like to hear your thoughts too re. implementation considerations... Thanks :) > A consideration - this is the...

You need to set the embeddings dimension value in your vectorstore according to the embeddings function.

Closing this issue as there's a whole migration planned by the maintainers. #9337

It's up to you. You would achieve streaming via a callback handler with works on chains and LLMs. Works totally fine on any type of chain, including RetrievalQA. The callback...

Try passing the callbacks to your LLM object. @jppaolim