Paresh Mathur

Results 31 comments of Paresh Mathur

@eyurtsev This is what you were talking about? Also by capitalizing the TEST_FILE variable in the file the command changed a bit (we have to capitalize the TEST_FILE on CLI)....

Can you give an example usecase for this? I don't even know where these agents use wall time

I went through your PR. Makes more sense now. I had somehow not seen this whole part of the tooling

This is confusing because results does exist https://github.com/hwchase17/langchain/blob/624554a43a1ab0113f3d79ebcbc9e726faecb339/langchain/utilities/google_serper.py#L51

you should probably check the usual things like if you have langchain installed properly. If you are using VS code you can ctrl+click on the class name and it will...

or start living on the edge :P https://pip.pypa.io/en/stable/topics/vcs-support/

Lol yup. Maybe I did over engineer this. I'm traveling right now, will push changes in the evening. Till then, any comment on my 2nd open question? I feel like...

Now I think the tests are much better because it's just CSV files.

@hwchase17 @dev2049 any more thoughts on this or should I just close it?

It seems to me because we tell it to https://github.com/hwchase17/langchain/blob/624554a43a1ab0113f3d79ebcbc9e726faecb339/langchain/chains/conversational_retrieval/prompts.py#L4 ```python _template = """Given the following conversation and a follow up question, **rephrase** the follow up question to be a...