Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffvestal/elastic_jupyter_notebooks

Demo Jupyter Notebooks for interacting with Elasticsearch
https://github.com/jeffvestal/elastic_jupyter_notebooks

elastic elasticsearch jypyternotebook nlp vector-search

Last synced: 5 days ago
JSON representation

Demo Jupyter Notebooks for interacting with Elasticsearch

Awesome Lists containing this project

README

        

# Elastic Jupyter notebook examples
This repo contains jypyter notebook examples for working with elasticsearch

# Current topics include
- [Loading an embedding model from Hugging Face into Elasticsearch](https://github.com/jeffvestal/elastic_jupyter_notebooks/blob/main/load_sentence_transformer_from_hf_to_elastic.ipynb)
- [Generating vectors with an ingest pipeline as documents are ingested (stored) into Elasticsearch](https://github.com/jeffvestal/elastic_jupyter_notebooks/blob/main/generate_vectors_for_knn_in_elastic.ipynb)
- [Loading a NER model from Hugging Face into Elasticsearch](https://github.com/jeffvestal/elastic_jupyter_notebooks/blob/main/load_ner_model_from_hf_to_elastic.ipynb)

# Suggestions
If you have a suggestion for a new notebook feel free to open an issue