CharlesSQ/conversational-agent-with-QA-tool
A custom chat agent implemented using Langchain, gpt-3.5 and Pinecone. Implements memory management for context, a custom prompt template, a custom output parser, and a QA tool.
This project helps developers build interactive AI chat agents that can understand and respond to user queries, including complex conversations and math problems. It takes user prompts as input and provides relevant information or executes tools as output. Developers can use this to create custom conversational interfaces for various applications.
No commits in the last 6 months.
Use this if you are a developer looking for a foundational framework to build a custom, context-aware AI chatbot with Q&A capabilities.
Not ideal if you are a non-developer seeking an out-of-the-box, ready-to-use chatbot application without any coding.
Stars
9
Forks
3
Language
Python
License
—
Category
Last pushed
Sep 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/CharlesSQ/conversational-agent-with-QA-tool"
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...
kylejtobin/langchain_search_bot
A simple LangChain 🦜🔗 bot that uses OpenAI and Google Search to do question answering.