Category: Vector Database

Articles tagged Vector Database

Subscribe
Filters
Elasticsearch 9.3 adds bfloat16 vector support
Elasticsearch Labs

Elasticsearch 9.3 adds bfloat16 vector support

Exploring the new Elasticsearch element_type: bfloat16, which can halve your vector data storage.

Simon Cooper
How to defend your RAG system from context poisoning
Elasticsearch Labs

How to defend your RAG system from context poisoning

How context engineering techniques prevent context poisoning in LLM responses.

Tomás Murúa
ES|QL dense vector search support
Elasticsearch Labs

ES|QL dense vector search support

Using ES|QL for vector search on your dense_vector data.

Carlos Delgado
Speed up vector ingestion using Base64-encoded strings
Elasticsearch Labs

Speed up vector ingestion using Base64-encoded strings

Introducing Base64-encoded strings to speed up vector ingestion in Elasticsearch.

Jim Ferenczi
Apache Lucene 2025 wrap-up
Elasticsearch Labs

Apache Lucene 2025 wrap-up

2025 was a stellar year for Apache Lucene; here are our highlights.

Benjamin Trent
Comparing dense vector search performance with the Profile API in Elasticsearch
Elasticsearch Labs

Comparing dense vector search performance with the Profile API in Elasticsearch

Learn how to use the Profile API in Elasticsearch to compare dense vector configurations and tune kNN performance with visual data from Kibana.

Alexander Dávila
Up to 12x Faster Vector Indexing in Elasticsearch with NVIDIA cuVS: GPU-acceleration Chapter 2
Elasticsearch Labs

Up to 12x Faster Vector Indexing in Elasticsearch with NVIDIA cuVS: GPU-acceleration Chapter 2

Discover how Elasticsearch achieves nearly 12x higher indexing throughput with GPU-accelerated vector indexing and NVIDIA cuVS.

Chris Hegarty
Multimodal search for mountain peaks with Elasticsearch and SigLIP-2
Elasticsearch Labs

Multimodal search for mountain peaks with Elasticsearch and SigLIP-2

Learn how to implement text-to-image and image-to-image multimodal search using SigLIP-2 embeddings and Elasticsearch kNN vector search. Project focus: finding Mount Ama Dablam peak photos from an Everest trek.

Navneet Kumar
Improving multilingual embedding model relevancy with hybrid search reranking
Elasticsearch Labs

Improving multilingual embedding model relevancy with hybrid search reranking

Learn how to improve the relevancy of E5 multilingual embedding model search results using Cohere's reranker and hybrid search in Elasticsearch.

Quynh Nguyen
Low-memory benchmarking in DiskBBQ and HNSW BBQ
Elasticsearch Labs

Low-memory benchmarking in DiskBBQ and HNSW BBQ

Benchmarking Elasticsearch latency, indexing speed, and memory usage for DiskBBQ and HNSW BBQ in low-memory environments.

John Wagster
Introducing a new vector storage format: DiskBBQ
Elasticsearch Labs

Introducing a new vector storage format: DiskBBQ

Introducing DiskBBQ, an alternative to HNSW, and exploring when and why to use it.

Benjamin Trent
Deploying a multilingual embedding model in Elasticsearch
Elasticsearch Labs

Deploying a multilingual embedding model in Elasticsearch

Learn how to deploy an e5 multilingual embedding model for vector search and cross-lingual retrieval in Elasticsearch.

Quynh Nguyen