Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Vector Search for Practitioners with Elastic

You're reading from  Vector Search for Practitioners with Elastic

Product type Book
Published in Nov 2023
Publisher Packt
ISBN-13 9781805121022
Pages 240 pages
Edition 1st Edition
Languages
Authors (2):
Bahaaldine Azarmi Bahaaldine Azarmi
Profile icon Bahaaldine Azarmi
Jeff Vestal Jeff Vestal
Profile icon Jeff Vestal
View More author details

Table of Contents (17) Chapters

Preface Part 1:Fundamentals of Vector Search
Chapter 1: Introduction to Vectors and Embeddings Chapter 2: Getting Started with Vector Search in Elastic Part 2: Advanced Applications and Performance Optimization
Chapter 3: Model Management and Vector Considerations in Elastic Chapter 4: Performance Tuning – Working with Data Part 3: Specialized Use Cases
Chapter 5: Image Search Chapter 6: Redacting Personal Identifiable Information Using Elasticsearch Chapter 7: Next Generation of Observability Powered by Vectors Chapter 8: The Power of Vectors and Embedding in Bolstering Cybersecurity Part 4: Innovative Integrations and Future Directions
Chapter 9: Retrieval Augmented Generation with Elastic Chapter 10: Building an Elastic Plugin for ChatGPT Index Other Books You May Enjoy

Storage efficiency strategies

As your production dataset for vector search grows in size, so do the resources required to store those vectors and search through them in a timely fashion. In this section, we discuss several strategies users can take to reduce those resources. Each strategy has its trade-offs and should be carefully considered and thoroughly tested before being put into production.

Reducing dimensionality

Reducing dimensionality refers to the process of transforming high-dimensional data into a lower-dimensional representation. This process is often employed to mitigate the challenges that arise when working with high-dimensional data, such as the curse of dimensionality (https://en.wikipedia.org/wiki/Curse_of_dimensionality). Dimensionality reduction techniques, such as Principal Component Analysis (PCA) and t-Distributed Stochastic Neighbor Embedding (t-SNE), can help improve the efficiency and effectiveness of kNN vector search. However, there are advantages...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}