Skip to content

Commit

Permalink
update colab links (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcelroy authored May 10, 2024
1 parent 7afdafb commit 020e937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metadata": {},
"source": [
"# JSON load, Extraction and Ingest with ELSER Example\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/ingestion/json-chunking-ingest.ipynb)\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/ingestion-and-chunking/json-chunking-ingest.ipynb)\n",
"\n",
"This workbook demonstrates how to load a JSON file, create passages and ingest into Elasticsearch. \n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/ingestion-and-chunking/pdf-chunking-ingest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metadata": {},
"source": [
"# PDF Extraction and Ingest with ELSER Example\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/ingestion/pdf-chunking-ingest.ipynb)\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/ingestion-and-chunking/pdf-chunking-ingest.ipynb)\n",
"\n",
"This workbook demonstrates how to extract the contents of a single PDF, create passages and ingest into Elasticsearch. \n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metadata": {},
"source": [
"# Website load, Extraction and Ingest with ELSER Example\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/ingestion/website-chunking-ingest.ipynb)\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/elastic/elasticsearch-labs/blob/main/notebooks/ingestion-and-chunking/website-chunking-ingest.ipynb)\n",
"\n",
"This workbook demonstrates how to load a website, create passages and ingest into Elasticsearch. \n",
"\n",
Expand Down

0 comments on commit 020e937

Please sign in to comment.