📂 Project Structure wikipedia-qa/ │── app.py # Main script to run the project │── utils.py # Utility functions (text processing, Wikipedia retrieval) │── models.py # Model handling (loading, embedding, FAISS search) │── requirements.txt # Dependencies │── README.md # Project documentation