Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.72 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.72 KB

Elasticsearch with Colab & Jupyter

drawing

This project illustrates how to use Elasticsearch both on Google Colab and Jupyer Notebook.

What is Elasticsearch?

Elasticsearch is a search engine based on the Lucene library. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.

Dataset

The dataset used in notebooks is from @gowrishankarp on Kaggle called: CNN-DailyMail News Text Summarization

Run Colab Notebook

Notebook
Elasticsearch Open In Colab

New Update (June 10 2023)

New notebook for using Elasticsearch 8.8.0 on Google Colab. Check it out in notebooks folder. (python_elasticsearch_8_8_0_colab.ipynb)

Questions?

Post a Github issue on the Issues repo.