作者文章

2025年5月13日
Mapping embeddings to Elasticsearch field types: semantic_text, dense_vector, sparse_vector
Discussing how and when to use semantic_text, dense_vector, or sparse_vector, and how they relate to embedding generation.

2025年4月3日
Generating filters and facets using ML
Exploring the pros and cons of automating the creation of filters and facets in a search experience using ML models vs the classical hard-coded approach.

2025年4月2日
Using Amazon Nova models in Elasticsearch
Learn how to use models from the Amazon Nova family in Elasticsearch.

How to automate synonyms and upload using our Synonyms API
Discover how LLMs can be used to identify and generate synonyms automatically, allowing terms to be programmatically loaded into the Elasticsearch synonym API.

2025年3月14日
How to ingest data to Elasticsearch through Airbyte
Using Airbyte to ingest data into Elasticsearch. We'll cover the prerequisites, Airbyte configuration, and the step-by-step integration.

2025年2月28日
How to ingest data to Elasticsearch through LlamaIndex
A step-by-step on how to ingest data and search using RAG with LlamaIndex.

2025年2月4日
How to ingest data to Elasticsearch through Logstash
A step-by-step guide to integrating Logstash with Elasticsearch for efficient data ingestion, indexing, and search.

2025年1月28日
Faceted search: Use AI to improve search scope and results
Explore how to use facet search in Elasticsearch to quickly narrow down options within categories.

2025年1月17日
How to ingest data to Elasticsearch through Apache Airflow
Learn how to ingest data to Elasticsearch through Apache Airflow.

2024年12月24日
How to ingest data to Elasticsearch through Kafka
A step-by-step guide to integrating Apache Kafka with Elasticsearch for efficient data ingestion, indexing, and visualization using Python, Docker Compose, and Kafka Connect.

2024年11月12日
How to use hybrid search for an e-commerce product catalog
Learn how to use hybrid search to build an e-commerce product catalog, using faceting, promotions, personalization and behavioral analytics.

2024年11月7日
Semantic search implementation: Building a recipe search with Elasticsearch
Implementing of semantic search in the context of e-commerce websites.

2024年9月9日
How to ingest data to Elasticsearch through Apache Camel
Learn how to ingest data into Elasticsearch through Apache Camel with a practical example.