kylejtobin/langchain_search_bot
A simple LangChain 🦜🔗 bot that uses OpenAI and Google Search to do question answering.
This project helps developers and machine learning engineers learn how to build chatbots that can answer questions using both internal knowledge and external search engines. You input a question, and the bot provides a well-reasoned answer by intelligently deciding whether to use its internal understanding or perform a Google search. It's designed for engineers who want hands-on experience with prompt engineering and LangChain.
No commits in the last 6 months.
Use this if you are a developer looking to understand and practice prompt engineering, integrate large language models with search capabilities, and get started with the LangChain library.
Not ideal if you are a non-technical user looking for a ready-to-use chatbot application; this project requires coding and setup.
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
sergeyleschev/langchain-js
This repository are a series of demonstration scripts highlighting the functionalities of...
bibekgupta3333/langchain-practical-guide
A comprehensive, hands-on tutorial repository for learning and mastering LangChain - the...