kylejtobin/langchain_search_bot
A simple LangChain 🦜🔗 bot that uses OpenAI and Google Search to do question answering.
Implements LangChain's ReAct agent pattern with a customizable prompt template that controls chatbot personality, tool selection logic, and multi-step reasoning loops. Integrates SerpAPI for real-time web search and runs in Docker for isolated execution. Designed as an educational reference for prompt engineering, allowing developers to experiment with template modifications to alter bot behavior and decision-making strategies.
No commits in the last 6 months.
Stars
25
Forks
10
Language
Python
License
—
Category
Last pushed
Aug 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/kylejtobin/langchain_search_bot"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ju-bezdek/langchain-decorators
syntactic sugar 🍭 for langchain
curiousily/Get-Things-Done-with-Prompt-Engineering-and-LangChain
LangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with...
mzarnecki/course_llm_agent_apps_with_langchain_and_langgraph
AI apps development in LangChain & LangGraph - tutorial notebooks
JSONFIRST/jsonfirst-langchain
JSONFIRST integration package — jsonfirst.com
yyigitturan/LLM-QA-Generator
A full-stack RAG solution built with LangChain and Ollama/Llama3 for local processing. This tool...