We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0e4bc commit 6e6fe96Copy full SHA for 6e6fe96
agentic_rag/k8s/kustom/demo/deployment.yaml
@@ -101,7 +101,7 @@ spec:
101
102
# Clone and set up the application
103
cd /app
104
- git clone https://github.com/vmleon/devrel-labs.git
+ git clone -b agentic_rag_automation https://github.com/vmleon/devrel-labs.git
105
cd devrel-labs/agentic_rag
106
pip install -r requirements.txt
107
0 commit comments