TaskWeaver icon indicating copy to clipboard operation
TaskWeaver copied to clipboard

what are the main differences between taskweaver and langchain?

Open lidh15 opened this issue 1 year ago • 1 comments
trafficstars

how do taskweaver different from langchain?

lidh15 avatar Jan 18 '24 10:01 lidh15

In general:

Langchain provides a great set of tools for developing LLM based systems. Developers are typically expected to pick what they need from the repo and write codes or customize prompts to build a system.

Taskweaver is more for developing an conversational assistant for data analysis or other automation tasks. Developers are typically expected to add only plugins and examples to make it work, but changing its code or internal prompts.

liqul avatar Jan 19 '24 02:01 liqul

In general:

Langchain provides a great set of tools for developing LLM based systems. Developers are typically expected to pick what they need from the repo and write codes or customize prompts to build a system.

Taskweaver is more for developing an conversational assistant for data analysis or other automation tasks. Developers are typically expected to add only plugins and examples to make it work, but changing its code or internal prompts.

thank you!

lidh15 avatar Jan 22 '24 10:01 lidh15

@liqul "but changing its code or internal prompts" what do you mean by this?

adrianog avatar Jan 22 '24 11:01 adrianog