Liqun Li

Results 111 comments of Liqun Li
trafficstars

Have a PR for this issue https://github.com/microsoft/TaskWeaver/pull/362. If you need to fix it before the PR merge, you can make the following change ![image](https://github.com/microsoft/TaskWeaver/assets/7489260/6ae6f2c9-c8a2-49db-9dab-0b42d8449955) Also, ensure that your chainlit version...

This is a great question to discuss. First, although there is only one python script for the two plugins, they are initialized into two different object instances. Therefore, they are...

It seems that this is caused because the `embeddings` is empty. The `web_search` role is used to search for key words in a search engine, and is not used to...

Got this exact problem. Any solution or workaround? I'm using Llama-3-8b-instruct and the HF transformers lib to do generation.

I believe you have already read the paper from the link. However, comparing two frameworks is tricky because you can actually customize a framework to make it work better for...

![Image](https://github.com/user-attachments/assets/ff0387d9-91fc-482b-82e6-514a0b322a8d) You can see this error log from what you posted. It is because the lack of certain module.

This usually happens when you are running taskweaver in a different environment. You can check if this is the case. The error log is saying that the python in the...

To put it more accurately, I believe you want to put the main process of Taskweaver in one container and the code executor in another container. The UI is simply...

Could you try running it using the console mode instead of the chainlit mode? I'm trying to rule out simple issues.

I'm not sure the reason. Actually, Chainlit is only presented as something in the playground for testing purposes. We don't have bandwidth to develop and maintain our own UI. It...