aayushxrj / Pluto.ai

A conversational Retrieval Augmented Generation (RAG) chatbot built with LangChain, Chainlit, and the Claude API for question-answering from documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a different chain to ensure the LLM doesn't miss important data in chunks not passed to it.

aayushxrj opened this issue · comments

Change create_stuff_documents_chain()

Official Docs