Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 409 Bytes

File metadata and controls

14 lines (10 loc) · 409 Bytes

📄 Document Q&A Bot using LLMWare

This example shows how to build a simple command-line chatbot that can answer questions from a document using LLMWare's built-in retrieval.

📁 Files:

  • sample.txt: A small text file used for testing.
  • document_qa_bot.py: Loads the document, indexes it, and runs a Q&A chatbot.

🚀 How to Run

cd examples
cd Retrieval
python document_qa_bot.py