Utkarsh Sinha

Results 6 issues of Utkarsh Sinha

![image](https://user-images.githubusercontent.com/29232411/50381488-43052e80-06ae-11e9-975c-7197dcaf08f2.png) __file__ is not defined , how to define it?

https://github.com/hwchase17/langchain/blob/3701b2901e76f2f97239c2152a6a7d01754fb666/langchain/chains/question_answering/map_rerank_prompt.py#L6 This regex is not handling the case where if answer text contains something like: `\n Helpful Score: 100` and the parsing fails even if the score is 100. It...

### Discussed in https://github.com/celery/celery/discussions/8381 Originally posted by **Knight1997** July 19, 2023 I simply want to timeout the worker if the task is taking too long. My setup: Running SQS locally...

Could you share an example where the async function which will called periodically have arguments. How to save those functions and how will they be called periodically with these arguments.