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 9055802 commit 5240694Copy full SHA for 5240694
agentic_rag/k8s/local-deployment/deployment.yaml
@@ -81,7 +81,7 @@ spec:
81
82
# Clone and set up the application
83
cd /app
84
- git clone https://github.com/devrel/devrel-labs.git .
+ git clone https://github.com/oracle-devrel/devrel-labs.git .
85
cd agentic_rag
86
pip install -r requirements.txt
87
@@ -118,4 +118,4 @@ spec:
118
# claimName: agentic-rag-chroma-pvc
119
# - name: ollama-models
120
# persistentVolumeClaim:
121
- # claimName: ollama-models-pvc
+ # claimName: ollama-models-pvc
0 commit comments