Amar Sharma
Amar Sharma
I've to re implement the whole teams_endpoint or have to maintain two redirect URLs? Not sure if it is ideal, I am wondering what that exception's purpose is? Because we...
So the activate is only used for RTM, If I am not using RTM I can just get rid of `activate!` all together? How about `team.deactivate id if team.active?` instead...
okay thank you for the response, I'll look into the code, find a way to reopen the connection and create a PR.
@altechzilla can you please help me out how you were able to append the final payload?
> You can do `stream.pipeThrough(transformStream)` where `transformStream` appends an extra chunk on flush: https://developer.mozilla.org/en-US/docs/Web/API/TransformStream/TransformStream I want to append the sources returned from [ConversationalRetrievalQAChain](https://js.langchain.com/docs/modules/chains/index_related_chains/conversational_retrieval) and append that to the stream. How...