Generates interview questions and case studies for a given topic
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd haystack-project
- Install the required dependencies:
uv sync
To generate questions, execute the following command:
python src/questions.py
To generate case studies, execute the following command:
python src/case_studies.py
No particular order
- Case studies v2.0
- Separate context, question, and answers into separate LLMs+prompts
- Add guardrails for LLM responses, including:
- Filtering empty lines
- Self-correcting loop
- Play with the rephrasing prompt to get better results
https://app.ilograph.com/@ffisegydd/interview-questions
This project is licensed under the MIT License. See the LICENSE file for details.