Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeffvestal/elastic_jupyter_notebooks
- Owner: jeffvestal
- Created: 2023-02-06T17:46:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T17:21:56.000Z (about 1 year ago)
- Last Synced: 2024-10-29T23:43:19.165Z (about 2 months ago)
- Topics: elastic, elasticsearch, jypyternotebook, nlp, vector-search
- Language: Jupyter Notebook
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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