d3rp3tt3 / AI-Trivia-ChatBot-Project-3

2 stars 0 forks source link

Jenn - Define and add agentic workflows in Langchain #14

Open d3rp3tt3 opened 3 days ago

d3rp3tt3 commented 3 days ago

Overview

We'll use Langchain to give the LLM prompts to perform as a trivial chatbot. We must identify the workflows first and then create the Python code.

d3rp3tt3 commented 19 hours ago

These workflows need to be specific for RAG since the template will need to callback to the vector store.

https://python.langchain.com/docs/how_to/qa_chat_history_how_to/