LangChain Tools — Topic Summaries
AI-powered summaries of 6 videos about LangChain Tools.
6 summaries
6-Building Advanced RAG Q&A Project With Multiple Data Sources With Langchain
A multi-source RAG Q&A setup becomes practical by combining LangChain “tools” with an agent that can route questions to the right retrieval backend....
Chat With Your Database! Build a Local SQL AI Agent to Query Databases (LangChain & Ollama)
A fully local “chat with your database” agent can translate natural-language questions into SQL, run the queries against a local SQLite database, and...
Using LangChain with DuckDuckGO Wikipedia & PythonREPL Tools
LangChain agents can be made to choose among three built-in tools—Wikipedia, DuckDuckGo search, and Python’s Read-Evaluate-Print Loop (Python...
SQL AI Agents: Analyze Relational Databases with Natural Language using Llama 3 (LLM) and CrewAI
AI agents can turn natural-language questions into SQL queries, pull results from a relational database, and then generate a readable analysis and...
What is crewAI? | The Future of AI Agents and Multiagent Systems Explained
CrewAI is an open-source, Python-based multi-agent orchestration framework that lets multiple AI agents collaborate like a team to complete tasks...
Build AI Agent from 0 to Production Deployment | LangChain, Ollama, MLflow & Docker (Full Tutorial)
A unit-conversion AI agent can be built end-to-end—from a single-tool loop to a streaming REST API—then packaged into a Docker container and deployed...