Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.04 KB

File metadata and controls

22 lines (16 loc) · 1.04 KB

Python <3 Elasticsearch

A collection of Elasticsearch examples and use cases; use as a reference or cheat sheet for working with python + elastic

Starting out with Elasticsearch

  • Connect to the Elastic server, create an index, add documents, run a simple query. notebook

Getting Data into Elasticsearch

Machine Learning

  • Build a simple classifier with the more like this query without any ML. notebook

  • Importing NLP third party models (LLMs) or ELSER and performing searches based on semantic data. notebook

  • Huggingface Examples

  • Langchain Examples

  • Observability & Tracking