Skip to content

Commit a3abfb2

Browse files
committed
fixing first line notebook to test branch
1 parent d7f2472 commit a3abfb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supporting-blog-content/building-multimodal-rag-with-elasticsearch-gotham/notebook/01-mmrag-blog-quick-start.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"outputs": [],
3535
"source": [
3636
"# Clone do repositório específico com a branch feature/multimodal-rag-gotham\n",
37-
"!git clone https://github.com/salgado/elasticsearch-labs.git"
37+
"!git clone -b feature/multimodal-rag-gotham https://github.com/salgado/elasticsearch-labs.git"
3838
]
3939
},
4040
{
@@ -429,4 +429,4 @@
429429
},
430430
"nbformat": 4,
431431
"nbformat_minor": 0
432-
}
432+
}

0 commit comments

Comments
 (0)