Had a fun afternoon learning @LangChainAI 😊 I combined GPT-3 with @statmuse to run queries on NBA stats! Notes on how it works:
Had a fun afternoon learning @LangChainAI 😊 I combined GPT-3 with @statmuse to run queries on NBA stats! Notes on how it works:
the tl;dr is that you can treat GPT-3 as a control flow orchestrator, which breaks down a question about the NBA and uses a stats database + a calculator to figure out the answer.
all mediated through natural language.
pretty wild!
The recent "agent toolkits" update from @LangChainAI is really neat: helps the model dynamically learn to use a SQL schema or an API! Vaguely reminds me of how a human would go about interacting with a SQL DB
Today, we're announcing agent toolkits, a new abstraction that allows developers to create agents designed for a particular use-case (for example, interacting with a relational database or interacting with an OpenAPI spec). We hope to continue developing different toolkits that can enable agents to do amazing feats. Toolkits are supported