Category: Vector Database

Articles tagged Vector Database

Subscribe
Filters
Using TwelveLabs’ Marengo video embedding model with Amazon Bedrock and Elasticsearch
Elasticsearch Labs

Using TwelveLabs’ Marengo video embedding model with Amazon Bedrock and Elasticsearch

Creating a small app to search video embeddings from TwelveLabs' Marengo model.

Dave Erickson
Balancing the scales: Making reciprocal rank fusion (RRF) smarter with weights
Elasticsearch Labs

Balancing the scales: Making reciprocal rank fusion (RRF) smarter with weights

Exploring weighted reciprocal rank fusion​ (RRF) in Elasticsearch and how it works through practical examples.

Mridula Sivanandan
MCP for intelligent search
Elasticsearch Labs

MCP for intelligent search

Building an intelligent search system by integrating Elastic's intelligent query layer with MCP to enhance the generative efficacy of LLMs.

Sunile Manjee
Vector search filtering: Keep it relevant
Elasticsearch Labs

Vector search filtering: Keep it relevant

Performing vector search to find the most similar results to a query is not enough. Filtering is often needed to narrow down search results. This article explains how filtering works for vector search in Elasticsearch and Apache Lucene.

Carlos Delgado
Lighter by default: Excluding vectors from source
Elasticsearch Labs

Lighter by default: Excluding vectors from source

Elasticsearch now excludes vectors from source by default, saving space and improving performance while keeping vectors accessible when needed.

Jim Ferenczi
Beyond similar names: How Elasticsearch semantic text exceeds OpenSearch semantic field in simplicity, efficiency, and integration
Elasticsearch Labs

Beyond similar names: How Elasticsearch semantic text exceeds OpenSearch semantic field in simplicity, efficiency, and integration

Comparing Elasticsearch semantic text and OpenSearch semantic field in terms of simplicity, configurability, and efficiency.

Mike Pellegrini
Using Direct IO for vector searches
Elasticsearch Labs

Using Direct IO for vector searches

Using rescoring for kNN vector searches improves search recall, but can increase latency. Learn how to reduce this impact by leveraging direct IO.

Simon Cooper
Elasticsearch now with BBQ by default & ACORN for filtered vector search
Elasticsearch Labs

Elasticsearch now with BBQ by default & ACORN for filtered vector search

Explore how Elasticsearch's vector search now delivers better results faster, and at a lower cost.

Gilad Gal
Diversifying search results with Maximum Marginal Relevance
Elasticsearch Labs

Diversifying search results with Maximum Marginal Relevance

Implementing the Maximum Marginal Relevance (MMR) algorithm with Elasticsearch and Python. This blog includes code examples for vector search reranking.

Peter Straßer
Semantic text is all that and a bag of (BBQ) chips! With configurable chunking settings and index options
Elasticsearch Labs

Semantic text is all that and a bag of (BBQ) chips! With configurable chunking settings and index options

Semantic text search is now customizable, with support for customizable chunking settings and index options to customize vector quantization, making semantic_text more powerful for expert use cases.

Kathleen DeRusso
K-means for building vector indices
Elasticsearch Labs

K-means for building vector indices

We discuss optimizing k-means to efficiently create high quality vector indices

Thomas Veasey
Elasticsearch open inference API adds support for IBM watsonx.ai rerank models
Elasticsearch Labs

Elasticsearch open inference API adds support for IBM watsonx.ai rerank models

Explore how to use IBM watsonx™ reranking when building semantic search experiences in Elasticsearch.

Saikat Sarkar