Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 751 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 751 Bytes

LLM-Files-QA

Whether for research, customer support, or personal projects, this repository provides an idea for building scalable and practical solution for document Q&A using LLMs.

Setup

  1. Clone the repository:
    git clone https://github.com/Al04ni/LLM-Files-QA.git
    cd LLM-Files-QA 
    
  2. Run the setup script
  ./setup.sh
  1. Activate the virtual environment:
  • Windows:
   .\venv\Scripts\activate
  • macOS/Linux:
  source venv/bin/activate
  1. Run the application:
      streamlit run app.py
    

Feel free to contribute, suggest improvements, or share your experiences with this repository as we continue to make knowledge more accessible and intuitive.

Happy coding!