Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differences Between the Main Branch and the Agentic Branch #241

Open
VAN613 opened this issue Nov 7, 2024 · 1 comment
Open

Differences Between the Main Branch and the Agentic Branch #241

VAN613 opened this issue Nov 7, 2024 · 1 comment

Comments

@VAN613
Copy link

VAN613 commented Nov 7, 2024

I would like to confirm my understanding of the differences between the main branch and the agentic branch. Is it correct that the only difference is the URL used in the git clone command?

In the script scripts/fetchComponents.sh, it is currently:
git clone https://github.com/Azure/gpt-rag-orchestrator ./.azure/gpt-rag-orchestrator

And it is changed to:
git clone https://github.com/Azure/gpt-rag-agentic ./.azure/gpt-rag-orchestrator

If this is correct, I believe it would be simpler to use:
git clone $GIT_REPO_URL ./.azure/gpt-rag-orchestrator

And specify GIT_REPO_URL before executing azd init -t azure/gpt-rag.

A. When using Semantic Kernel functions (default)
export GIT_REPO_URL="https://github.com/Azure/gpt-rag-orchestrator"

B. When using Agentic, with AutoGen agents
export GIT_REPO_URL="https://github.com/Azure/gpt-rag-agentic"

@VAN613
Copy link
Author

VAN613 commented Nov 7, 2024

If the GIT_REPO_URL is not specified, it might be simpler to explicitly execute:
git clone https://github.com/Azure/gpt-rag-orchestrator ..azure\gpt-rag-orchestrator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant