cloud.mindsdb.com/account
.langchain_engine
as an engine and one of OpenAI/Anthropic/Anyscale/LiteLLM as a model provider.
Agents
and Tools
are some of the main abstractions that LangChain offers. You can read more about them in the LangChain documentation.langchain_engine
as an engine and one of OpenAI/Anthropic/Anyscale/LiteLLM as a model provider.
OpenAI
Anthropic
Anyscale
LiteLLM
langchain_engine
to create a model with the CREATE MODEL
statement.
Create a model that will be used to describe, analyze, and retrieve.
tool_based_agent
model using the LangChain engine, as defined in the engine
parameter. This model answers users’ questions in a helpful way, as defined in the prompt_template
parameter, which specifies input
as the input column when calling the model.
mysql_demo_db.house_sales
table, the agent uses the Metadata tool. Then the agent prepares the response.
beds
column in the mysql_demo_db.home_rentals
table, it uses the number_of_rooms
column and writes the following query: