Cookiecutter template for relational RAG projects
Requirements:
- Cookiecutter (0.7.0+) installed, e.g., using
pip install cookiecutter
.
Usage:
- Create a new project. Note the URL to clone the project and its project ID.
- Run
cookiecutter https://git-st.inf.tu-dresden.de/jastadd/project-templates/relast
and put in your information, especially the URL from step 1 asproject_url
and the project ID from step 1 asproject_gitlab_id
.