Harrison Chase

Results 367 comments of Harrison Chase

flagging for @agola11 fix would be... to detect os?

yes would love one! happy to help, but im super familiar with typesense so if wanted to start a pr @jasonbosco that may be most efficient

> finally got it through the checks @hwchase17 haha thanks!

> Seems I duplicated #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...

@agola11 @dreamteam-z i opened up the above pr for hopefully a simple fix

you should specify the max document to construct with something like `summary_chain.run(input_documents=docs, token_max=2000)` or so does this fix it?

i think it should work if you set `output_key="ouput"` when creating the memory object? eg ``` memory=ConversationBufferWindowMemory(memory_key="chat_history", output_key="output") ``` does that fix it?

its not... not sure of right place to document it tbh. will close for now, if happens to others will think more deeply

> Yeah. Though I'm not sure how rigid we need to be for their implementation as tools? This could be in a notebook I suppose to defer on the decision...