curiousily / AI-Bootcamp

Self-paced bootcamp on Generative AI. Tutorials on ML fundamentals, LLMs, RAGs, LangChain, Fine-tuning Llama 3 & AI Agents (CrewAI)

Home Page:https://mlexpert.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conversational History and Sources for the Advanced RAG with Llama3

NeevrajKB opened this issue · comments

Hi!

I wanted to know how we can implement Conversational History for better conversations with LLM and to improve accuracy,
and Sources, so the dev/user can test different splitting methods for better accuracy.

Thanks!

Referring to the Advanced RAG project in this repo