Topic
rag
2 items across this site.
RAG over PDFs with LlamaIndex
How a PDF chatbot grounds answers with VectorStoreIndex — chunking, retrieval, generation — and why a global in-memory index is a demo ceiling, not...
RAG Document Chatbot
Retrieval-augmented chatbot over PDF docs: embed with a hosted model, retrieve top chunks, answer with an LLM constrained to that context — Flask UI,...