Kevin Zhang

Results 43 comments of Kevin Zhang

> @KevinZhang19870314 thanks a lot for the suggestion. Guess we could include echarts within the whitelisted libraries! @gventuri Hi, I use pyecharts as a whitelisted library, but it gives me...

> @KevinZhang19870314 seems a JS error, so probably it's the library itself causing it. If you don't mind, please share the `pandasai.log` file that has been generated in your main...

``` D:\kevinzhang\xxx\venv\Scripts\python.exe D:\kevinzhang\xxx\chore\pandasai_test.py Missing optional dependency 'pyecharts.charts'. Use pip or conda to install pyecharts.charts. pandas_ai.last_code_executed: bar = Bar() bar.add_xaxis(df['country'].tolist()) bar.add_yaxis('GDP', df['gdp'].tolist(), color='#5793f3') bar.set_global_opts(title_opts={'text': 'Histogram of Countries by GDP'}) bar.render_notebook() Process...

> how to open cards page and persist the bottom bar? @tva77 Sorry for long delay response, could you provide a PR and fix that, I am now have no...

I am following this method, and encounter another issue, when I open two client to call this endpoint in the same time, one is `BLOCKED` by another, and after I...

> Thank you for your answer, I edit my code with your answer, I got below error, can you help? ``` ERROR: Exception in ASGI application Traceback (most recent call...

Also, when I use `acall`, the verbose log disappear, even I set verbose to True. `qa = ConversationalRetrievalChain.from_llm(model, retriever=retriever, verbose=True)` My langchain version is `langchain==0.0.171` Finally, I tried many times,...

❓ImageMagick is not installed on your computer https://github.com/harry0703/MoneyPrinterTurbo/issues/33 按照 示例配置 里面提供的 下载地址 ,安装 https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-29-Q16-x64-static.exe, 用静态库 不要安装在中文路径里面,避免出现一些无法预料的问题 https://github.com/harry0703/MoneyPrinterTurbo/issues/54#issuecomment-2017842022 如果是linux系统,可以手动安装,参考 https://cn.linux-console.net/?p=16978