MARC보기
LDR10906cmm u22004337a 4500
001000000340147
003EBZ
00520260127111204
006m d
007cr |n|||||||||
008231129s2023 enk o 000 0 eng d
020 ▼a 9781805127413 ▼q (electronic bk.)
020 ▼a 1805127411 ▼q (electronic bk.)
020 ▼z 1805121022
020 ▼z 9781805121022
037 ▼a 9781805121022 ▼b O'Reilly Media
040 ▼a EBZ ▼b eng ▼c EBZ ▼d 248032
049 ▼a MAIN
050 4 ▼a QA76.9.N38
08204 ▼a 006.3/5 ▼2 23/eng/20231205 ▼1 https://id.oclc.org/worldcat/ddc/E49gC4CchdgPKmmFw3hwmFJ4Vf
1001 ▼a Azarmi, Bahaaldine, ▼e author.
24510 ▼a Vector search for practitioners with elastic ▼h [electronic resource] : ▼b a toolkit for building NLP solutions for search, observability, and security using vector search / ▼c Bahaaldine Azarmi, Jeff Vestal ; foreword by Shay Banon.
250 ▼a 1st edition.
260 ▼a Birmingham, UK : ▼b Packt Publishing Ltd., ▼c 2023.
300 ▼a 1 online resource
3410 ▼a textual ▼2 sapdv ▼3 EBSCOhost
5050 ▼a Cover -- Title Page -- Copyright and Credit -- Dedication -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Fundamentals of Vector Search -- Chapter 1: Introduction to Vectors and Embeddings -- Exploring the roles of supervised and unsupervised learning in vector search -- What's an embedding/vector? -- What challenges are vectors solving? -- The developer experience -- Hugging Face -- The market landscape and how it has accelerated the developer experience -- Use cases and domains of application -- AI-based search -- Named Entity Recognition (NER) -- Sentiment analysis -- Text classification -- Question-answering (QA) -- Text summarization -- How is Elastic playing a role in this space? -- A primer on observability and cybersecurity -- Summary -- Chapter 2: Getting Started with Vector Search in Elastic -- Search experience in Elastic before vectors -- Data type and its impact on relevancy -- The relevancy model -- Evolution of search experience -- The limits of keyword-based search -- Vector representation -- The new vector data type and the vector search query API -- Sparse and dense vectors -- An Elastic Cloud quick start -- Dense vector mapping -- Brute-force KNN search -- KNN search -- Summary -- Part 2: Advanced Applications and Performance Optimization -- Chapter 3: Model Management and Vector Considerations in Elastic -- Technical requirements -- Hugging Face -- Model Hub -- Datasets -- Spaces -- Eland -- Loading a Sentence Transformer from Hugging Face into Elasticsearch -- Configuring Elasticsearch authentication -- Loading a model from the Hugging Face Hub -- Downloading the model -- Loading the model into Elasticsearch -- Starting the model -- Deploying the model -- Generating a vector for a query -- Generating vectors in Elasticsearch -- Planning for cluster capacity and resources.
5058 ▼a CPU and memory requirements -- Disk requirements -- Analyze Index Disk Usage API -- ML node capacity -- Storage efficiency strategies -- Reducing dimensionality -- Quantization -- Excluding dense_vector from _source -- Summary -- Chapter 4: Performance Tuning -- Working with Data -- Deploying an NLP model -- Loading a model into Elasticsearch -- Model deployment configurations -- Load testing -- Rally -- RAM estimation -- Troubleshooting slowdown -- Summary -- Part 3: Specialized Use Cases -- Chapter 5: Image Search -- Overview of image search -- The evolution of image search -- The mechanism behind image search -- The role of vector similarity search -- Image search in practice -- Vector search with images -- Image vectorization -- Indexing image vectors in Elasticsearch -- k-Nearest Neighbor (kNN) search -- Challenges and limitations with image search -- Multi-modal models for vector search -- Introduction and rationale -- Understanding the concept of vector space in multi-modal models -- Introduction to the OpenAI clip-ViT-B-32-multilingual-v1 model -- Implementing vector search for diverse media types -- Summary -- Chapter 6: Redacting Personal Identifiable Information Using Elasticsearch -- Overview of PII and redaction -- Types of data that may contain PII -- Risks of storing PII in logs -- How PII is leaked or lost -- Redacting PII with NER models and regex patterns -- NER models -- Regex patterns -- Combining NER models and regex (or grok) patterns for PII redaction -- PII redaction pipeline in Elasticsearch -- Generating synthetic PII -- Installing the default pipeline -- Expected results -- Expanding and customizing options for the PII redaction pipeline in Elasticsearch -- Customizing the default PII example -- Cloning the pipeline to create different versions for different data streams -- Fine-tuning NER models for particular datasets.
5058 ▼a Logic for contextual awareness -- Summary -- Chapter 7: Next Generation of Observability Powered by Vectors -- Introduction to observability and its importance in modern software systems -- Observability: main pillars -- Log analytics and its role in observability -- A new approach-applying vectors and embeddings to log analytics -- Approach 1-training or fine-tuning an existing model for logs -- Approach 2-generating human-understandable descriptions and vectorizing these descriptions -- Log vectorization -- Synthetic log -- Expanding logs at write with OpenAI -- Semantic search on our logs -- Building a query using log vectorization -- Loading a model -- Ingest pipeline -- Semantic search -- Summary -- Chapter 8: The Power of Vectors and Embedding in Bolstering Cybersecurity -- Technical requirements -- Understanding the importance of email phishing detection -- What is phishing? -- Different types of phishing attacks -- Statistics on the frequency of phishing attacks -- Challenges in detecting phishing emails -- Role of automated detection -- Augmenting existing techniques with natural language processing -- Introducing ELSER -- The role of ELSER in GenAI -- Introduction to the Enron email dataset (ham or spam) -- Seeing ELSER in action -- Hardware consideration -- Downloading the ELSER model in Elastic -- Setting up the index and ingestion pipeline -- Semantic search with ELSER -- Limitations of ELSER -- Summary -- Part 4: Innovative Integrations and Future Directions -- Chapter 9: Retrieval Augmented Generation with Elastic -- Preparing for RAG-enhanced search with ELSER and RRF -- Semantic search with ELSER -- A recap of essential considerations for RAG -- Integrating ELSER with RRF -- Language models and RAG -- In-depth case study-implementing a RAG-enhanced CookBot -- Dataset overview -- an introduction to the Allrecipes.com dataset.
5058 ▼a Preparing data for RAG-enhanced search -- Building the retriever-RRF with ELSER -- Leveraging the retriever and implementing the generator -- Summary -- Chapter 10: Building an Elastic Plugin for ChatGPT -- Contextual foundations -- The paradigm of dynamic context -- Dynamic Context Layer plugin vision-architecture and flow -- Building the DCL -- Fetching the latest information from Elastic documentation -- Elevating data with Embedchain -- Integrating with ChatGPT-creating a real-time conversationalist -- Deployment -- Summary -- Index -- Other Books You May Enjoy.
520 ▼a Optimize your search capabilities in Elastic by operationalizing and fine-tuning vector search and enhance your search relevance while improving overall search performance Key Features Install, configure, and optimize the ChatGPT-Elasticsearch plugin with a focus on vector data Learn how to load transformer models, generate vectors, and implement vector search with Elastic Develop a practical understanding of vector search, including a review of current vector databases Purchase of the print or Kindle book includes a free PDF eBook Book Description While natural language processing (NLP) is largely used in search use cases, this book aims to inspire you to start using vectors to overcome equally important domain challenges like observability and cybersecurity. The chapters focus mainly on integrating vector search with Elastic to enhance not only their search but also observability and cybersecurity capabilities. The book begins by teaching you about NLP and the functionality of Elastic in NLP processes. Next, you'll delve into resource requirements and find out how vectors are stored in the dense-vector type along with specific page cache requirements for fast response times. As you advance, you'll discover various tuning techniques and strategies to improve machine learning model deployment, including node scaling, configuration tuning, and load testing with Rally and Python. You'll also cover techniques for vector search with images, fine-tuning models for improved performance, and the use of clip models for image similarity search in Elasticsearch. Finally, you'll explore retrieval-augmented generation (RAG) and learn to integrate ChatGPT with Elasticsearch to leverage vectorized data, ELSER's capabilities, and RRF's refined search mechanism. By the end of this NLP book, you'll have all the necessary skills needed to implement and optimize vector search in your projects with Elastic. What you will learn Optimize performance by harnessing the capabilities of vector search Explore image vector search and its applications Detect and mask personally identifiable information Implement log prediction for next-generation observability Use vector-based bot detection for cybersecurity Visualize the vector space and explore Search.Next with Elastic Implement a RAG-enhanced application using Streamlit Who this book is for If you're a data professional with experience in Elastic observability, search, or cybersecurity and are looking to expand your knowledge of vector search, this book is for you. This book provides practical knowledge useful for search application owners, product managers, observability platform owners, and security operations center professionals. Experience in Python, using machine learning models, and data management will help you get the most out of this book.
532 0 ▼3 EBSCOhost ▼a "EBSCO evaluates our products based on the Web Content Accessibility Guidelines (WCAG) and the related Section 508 and EN 301 549 regulations in the US and EU. Most EBSCO products are substantially conformant with WCAG 2.2 level AA." Source: https://connect.ebsco.com/s/article/EBSCO-VPATs?language=en_US. Last accessed April 22, 2025.
590 ▼a Added to collection customer.56279.3
650 0 ▼a Natural language processing (Computer science)
7001 ▼a Vestal, Jeff, ▼e author.
7001 ▼a Banon, Shay, ▼e writer of foreword.
77608 ▼i Print version: ▼z 1805121022 ▼z 9781805121022
85640 ▼3 EBSCOhost ▼u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=3743713
938 ▼a EBSCOhost ▼b EBSC ▼n 3743713
990 ▼a 관리자