👋 Hey makers!
I wanted to get your opinion on frameworks like Langchain or Dust.tt.
As you know GPT-4 is extraordinary but it cannot perform actions and lacks context for things that have happened after 2021.
Langchain / Dust.tt allow you to fix this by connecting GPT-4 and other LLMs to other data sources and APIs
They handle everything (prompt templates, parsing results, interacting with your data sources, splitting the context in multiple queries to not go over the limit, ...)
Even Zapier announced a new Natural Language API to interface with those kind of systems last week (
https://community.zapier.com/sho...)
So with Langchain you could write a prompt like "What is the weather in Paris today" and Langchain would go on Google, find the weather, feed it to GPT and get you an accurate answer.
This tutorial is probably the greatest 1 minute showcase of the capabilities it gives to GPT:
https://youtu.be/kYRB-vJFy38?t=483
Langchain:
https://github.com/hwchase17/lan...
Dust.tt:
https://dust.tt
I haven't seen a lot of people talk about those frameworks so I thought I'd share them here!
So what great products are you gonna build with this ? 😄
Replies