Skip to content

components llm_rag_git_clone

github-actions[bot] edited this page Jul 30, 2024 · 61 revisions

LLM - Clone Git Repo

llm_rag_git_clone

Overview

Clones a git repository to output_data path

Version: 0.0.66

Tags

Preview

View in Studio: https://ml.azure.com/registries/azureml/components/llm_rag_git_clone/version/0.0.66

Inputs

Name Description Type Default Optional Enum
git_repository The URL of the git repository string
branch_name The branch name to pull from the git repository, default picked by git if not specified. string True
authentication_key_prefix -USER and -PASS are the expected names of two Secrets in the Workspace Key Vault which will be used for authenticated when pulling the given git repo. string True
git_connection_id The connection id of the git provider to use. string True

Outputs

Name Description Type
output_data Uri folder containing all files from the git repo uri_folder

Environment

azureml:llm-rag-embeddings@latest

Clone this wiki locally