Build powerful AI agents with LangChain and C1 using tools and SQL database integration
Set up the project structure
Install dependencies
requirements.txt
file with the necessary dependencies:Create the sample database
db
folder using the SQL script:Create the backend server
Set up environment variables
Test the backend
http://localhost:4001/chain/playground
to see the interactive documentation.Set up the frontend project
Install dependencies
Create the main App component
Set up the API proxy
Run the frontend
http://localhost:5173
to interact with your LangChain + C1 application!