Category: Vector Database

Articles tagged Vector Database

Subscribe
Filters
Elasticsesarch semantic search, leveled up: now with native match, knn and sparse_vector support
Elasticsearch Labs

Elasticsesarch semantic search, leveled up: now with native match, knn and sparse_vector support

Semantic text search becomes even more powerful, with native support for match, knn and sparse_vector queries. This allows us to keep the simplicity of the semantic query while offering the flexibility of the Elasticsearch query DSL.

Kathleen DeRusso
Filtered HNSW search, fast mode
Elasticsearch Labs

Filtered HNSW search, fast mode

Explore the improvements we have made for HNSW vector search in Apache Lucene through our ACORN-1 algorithm implementation.

Benjamin Trent
Alibaba Cloud AI Service & Elasticsearch: Embeddings and reranking
Elasticsearch Labs

Alibaba Cloud AI Service & Elasticsearch: Embeddings and reranking

Using Alibaba Cloud AI Service features with Elasticsearch.

Tomás Murúa
Understanding sparse vector embeddings with trained ML models
Elasticsearch Labs

Understanding sparse vector embeddings with trained ML models

Learn about sparse vector embeddings, understand what they do/mean, how they differ from dense vector embeddings, and how to implement semantic search with them.

Dai Sugimori
Elasticsearch Open Inference API adds support for Jina AI Embeddings and Rerank Model
Elasticsearch Labs

Elasticsearch Open Inference API adds support for Jina AI Embeddings and Rerank Model

Explore how to access Jina AI models using the Elasticsearch Open Inference API.

Hemant Malik
Elasticsearch hybrid search
Elasticsearch Labs

Elasticsearch hybrid search

Learn about hybrid search, the types of hybrid search queries Elasticsearch supports, and how to craft them.

Valentin Crettaz
Self-querying retrievers with Elasticsearch: Unleashing your metadata
Elasticsearch Labs

Self-querying retrievers with Elasticsearch: Unleashing your metadata

Discover how to utilize self querying retrievers with Elasticsearch to increase the relevance of your semantic search with structured filters.

Josh Asres
How to set up vector search in Elasticsearch
Elasticsearch Labs

How to set up vector search in Elasticsearch

Learn how to set up vector search in Elasticsearch and execute k-NN searches.

Valentin Crettaz
A quick introduction to vector search
Elasticsearch Labs

A quick introduction to vector search

This article is the first in a series of three that will dive into the intricacies of vector search, also known as semantic search, and how it is implemented in Elasticsearch.

Valentin Crettaz
Build a multimodal image retrieval system using KNN search and CLIP embeddings
Elasticsearch Labs

Build a multimodal image retrieval system using KNN search and CLIP embeddings

Learn how to build a powerful semantic image search engine with Roboflow Inference and Elasticsearch.

James Gallagher
High Quality RAG with Aryn DocPrep, DocParse and Elasticsearch vector database
Elasticsearch Labs

High Quality RAG with Aryn DocPrep, DocParse and Elasticsearch vector database

Learn how to achieve high-quality RAG with effective data preparation using Aryn.ai DocParse, DocPrep, and Elasticsearch vector database.

Hemant Malik
Improving e-commerce search with query profiles in Elastic
Elasticsearch Labs

Improving e-commerce search with query profiles in Elastic

This blog demonstrates how to improve e-commerce search using query profiles in Elastic.

Han Xiang Choong