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 6f838f8 commit 5079001Copy full SHA for 5079001
examples/tracing/rag/rag_tracing.ipynb
@@ -46,7 +46,7 @@
46
"%%bash\n",
47
"\n",
48
"if [ ! -e \"context.txt\" ]; then\n",
49
- " curl \"https://raw.githubusercontent.com/openlayer-ai/examples-gallery/main/monitoring/llms/rag-tracing/context.txt\" --output \"context.txt\"\n",
+ " curl \"https://raw.githubusercontent.com/openlayer-ai/templates/refs/heads/main/python/llms/azure-openai-rag/app/model/contexts.txt\" --output \"context.txt\"\n",
50
"fi"
51
]
52
},
@@ -182,7 +182,7 @@
182
],
183
"metadata": {
184
"kernelspec": {
185
- "display_name": "Python 3 (ipykernel)",
+ "display_name": "openlayer-assistant",
186
"language": "python",
187
"name": "python3"
188
0 commit comments