reiner
reiner
i find it : https://github.com/hwchase17/langchain/commit/7388248b3eeb6966e9139d60d786416c6cb73d66#diff-3c17bbb71875ec39f856668e30f545040c1db1a4b82f5f251edecfd66e5ff979
> > i find it : [7388248#diff-3c17bbb71875ec39f856668e30f545040c1db1a4b82f5f251edecfd66e5ff979](https://github.com/hwchase17/langchain/commit/7388248b3eeb6966e9139d60d786416c6cb73d66#diff-3c17bbb71875ec39f856668e30f545040c1db1a4b82f5f251edecfd66e5ff979) > > Hey! The code in the link which you have shared looks complex and it is showing raw notebook elements. Can you...
> Perhaps you need to upgrade your `langchain`. and It seems that you don't need `websocket`, so it should be removed,like this: ```python from typing import Any, Union from asyncio.queues...
> jakesteelman If you want to do something after the final answer output, then `on_llm_end` method can achieve it. Just return your end tag here, like this: `await self.send('[DONE]')`. Or...
> > message_queue > > Hello reinershir > > could you explain to me how did you use web socket with your custom callback > > like here, from where...
+1 I only want the final answer, and don't want to see the AI's thought process
+1 我也遇到了
> llama_index>readers>llamahub_modules>file>pandas_excel>base.py in line 67 ,Modify the code as follows: ```python if self._concat_rows: return [Document((self._row_joiner).join(self._row_joiner.join(sublist) for sublist in text_list), extra_info=extra_info)] else: return [Document(text, extra_info=extra_info) for text in text_list] ```
*项目名称:AI主播/助手 项目开源地址:暂未公开 *项目简介:AI直播在线问答,虚拟形象 *项目类型:企业 *使用到的SDK: sse stream流 二维码或访问地址:暂未公开