About the author
Mayya Sharipova is a committer and PMC member on the Apache Lucene Project, and a software engineer at Elastic, where she works on improving Elasticsearch.
Author’s articles
April 26, 2024
Making Elasticsearch and Lucene the best vector database: up to 8x faster and 32x efficient
Discover the recent enhancements and optimizations that notably improve vector search performance in Elasticsearch & Lucene vector database.
March 20, 2024
How to deploy NLP: Text embeddings and vector search
Using text embeddings and vector similarity search, this blog explains how to run deep learning models for NLP & showcases Elasticsearch's vector search capability.
March 12, 2024
Speeding Up Multi-graph Vector Search
Explore multi-graph vector search in Lucene and discover how sharing information between segment searches enhances search speed.
December 7, 2023
Introducing kNN Query: An expert way to do kNN search
Explore how the kNN query in Elasticsearch can be used and how it differs from top-level kNN search, including examples.