Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      June 2, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 2, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 2, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 2, 2025

      How Red Hat just quietly, radically transformed enterprise server Linux

      June 2, 2025

      OpenAI wants ChatGPT to be your ‘super assistant’ – what that means

      June 2, 2025

      The best Linux VPNs of 2025: Expert tested and reviewed

      June 2, 2025

      One of my favorite gaming PCs is 60% off right now

      June 2, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      `document.currentScript` is more useful than I thought.

      June 2, 2025
      Recent

      `document.currentScript` is more useful than I thought.

      June 2, 2025

      Adobe Sensei and GenAI in Practice for Enterprise CMS

      June 2, 2025

      Over The Air Updates for React Native Apps

      June 2, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      You can now open ChatGPT on Windows 11 with Win+C (if you change the Settings)

      June 2, 2025
      Recent

      You can now open ChatGPT on Windows 11 with Win+C (if you change the Settings)

      June 2, 2025

      Microsoft says Copilot can use location to change Outlook’s UI on Android

      June 2, 2025

      TempoMail — Command Line Temporary Email in Linux

      June 2, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Tech & Work»Elastic’s Search AI impacts employee experience, overall efficiency

    Elastic’s Search AI impacts employee experience, overall efficiency

    February 21, 2025

    With AI making its way into code and infrastructure, it’s also becoming important in the area of data search and retrieval.

    I recently had the chance to discuss this with Steve Kearns, the general manager of Search at Elastic, and how AI and Retrieval Augmented Generation (RAG) can be used to build smarter, more reliable applications.

    SDT: About ‘Search AI’ … doesn’t search already use some kind of AI to return answers to queries? How’s that different from asking Siri or Alexa to find something?

    Steve Kearns: It’s a good question. Search, often called Information Retrieval in academic circles, has been a highly researched, technical field for decades. There are two general approaches to getting the best results for a given user query – lexical search and semantic search. 

    Lexical search matches words in the documents to those in the query and scores them based on sophisticated math around how often those words appear. The word “the” appears in almost all documents, so a match on that word doesn’t mean much. This generally works well on broad types of data and is easy for users to customize with synonyms, weighting of fields, etc.

    Semantic Search, sometimes called “Vector Search” as part of a Vector Database, is a newer approach that became popular in the last few years. It attempts to use a language model at data ingest/indexing time to extract and store a representation of the meaning of the document or paragraph, rather than storing the individual words. By storing the meaning, it makes some types of matching more accurate – the language model can encode the difference between an apple you eat, and an Apple product. It can also match “car” with “auto”, without manually creating synonyms. 

    Increasingly, we’re seeing our customers combine both lexical and semantic search to get the best possible accuracy. This is even more critical today when building GenAI-powered applications. Folks choosing their search/vector database technology need to make sure they have the best platform that provides both lexical and semantic search capabilities. 

    SDT: Virtual assistants have been using Retrieval Augmented Generation on websites for a good number of years now. Is there an additional benefit to using it alongside AI models?

    Kearns: LLMs are amazing tools. They are trained on data from across the internet, and they do a remarkable job encoding, or storing a huge amount of “world knowledge.” This is why you can ask ChatGPT complex questions, like “Why the sky is blue?”, and it’s able to give a clear and nuanced answer. 

    However, most business applications of GenAI require more than just world knowledge – they require information from private data that is specific to your business. Even a simple question like – “Do we have the day after Thanksgiving off?” can’t be answered just with world knowledge. And LLMs have a hard time when they’re asked questions they don’t know the answer to, and will often hallucinate or make up the answer. 

    The best approach to managing hallucinations and bringing knowledge/information from your business to the LLM is an approach called Retrieval Augmented Generation. This combines Search with the LLM, enabling you to build a smarter, more reliable application. So, with RAG, when the user asks a question, rather than just sending the question to the LLM,  you first run a search of the relevant business data. Then, you provide the top results to the LLM as “context”, asking the model to use its world knowledge along with this relevant business data to answer the question. 

    This RAG pattern is now the primary way that users build reliable, accurate, LLM/GenAI-powered applications. Therefore,  businesses need a technology platform that can provide the best search results, at scale, and efficiently. The platform also needs to meet the range of security, privacy, and reliability needs that these real-world applications require. 

    The Search AI platform from Elastic is unique in that we are the most widely deployed and used Search technology. We are also one of the most advanced Vector Databases, enabling us to provide the best lexical and semantic search capabilities inside a single, mature platform. As businesses think about the technologies that they need to power their businesses into the future, search and AI represent critical infrastructure, and the Search AI Platform for Elastic is well-positioned to help. 

    SDT: How will search AI impact the business, and not just the IT side?

    Kearns: We’re seeing a huge amount of interest in GenAI/RAG applications coming from nearly all functions at our customer companies. As companies start building their first GenAI-powered applications, they often start by enabling and empowering their internal teams. In part, to ensure that they have a safe place to test and understand the technology. It is also because they are keen to provide better experiences to their employees. Using modern technology to make work more efficient means more efficiency and happier employees. It can also be a differentiator in a competitive market for talent.

    SDT: Talk about the vector database that underlies the ElasticSearch platform, and why that’s the best approach for search AI. 

    Kearns: Elasticsearch is the heart of our platform. It is a Search Engine, a Vector Database, and a NoSQL Document Store, all in one. Unlike other systems, which try to combine disparate storage and query engines behind a single facade, Elastic has built all of these capabilities natively into Elasticsearch itself. Being built on a single core technology means that we can build a rich query language that allows you to combine lexical and semantic search in a single query. You can also add powerful filters, like geospatial queries, simply by extending the same query. By recognizing that many applications need more than just search/scoring, we support complex aggregations to let you summarize and slice/dice on massive datasets. On a deeper level, the platform itself also contains structured data analytics capabilities, providing ML for anomaly detection in time series data.  

    The post Elastic’s Search AI impacts employee experience, overall efficiency appeared first on SD Times.

    Source: Read More 

    Hostinger
    news
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleMastering Software Package Management with Yum and DNF on CentOS and RHEL
    Next Article Symbiotic Security updates its IDE extension to give developers better insights into insecure code as it is written

    Related Posts

    Tech & Work

    Sunshine And March Vibes (2025 Wallpapers Edition)

    June 2, 2025
    Tech & Work

    The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

    June 2, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    What is DISMTools, and how do you get started? Windows 11 (and 10) image GUI manager explained.

    News & Updates

    Why Most Microsegmentation Projects Fail—And How Andelyn Biosciences Got It Right

    Development

    Rethinking Design Pricing: Strategies for Fair Compensation

    Development

    elementary OS 8.1 Brings Bug Fixes, New Kernel + More

    Linux

    Highlights

    High-Severity SonicWall SSLVPN Vulnerability Allows Firewall Crashing

    April 23, 2025

    High-Severity SonicWall SSLVPN Vulnerability Allows Firewall Crashing

    SonicWall has disclosed a vulnerability affecting its SonicOS SSLVPN Virtual Office interface, which, if exploited, could allow remote attackers to crash firewall appliances. Tracked as CVE-2025-32818 …
    Read more

    Published Date:
    Apr 24, 2025 (2 hours, 3 minutes ago)

    Vulnerabilities has been mentioned in this article.

    CVE-2025-32818

    CVE-2025-32965

    CVE-2024-53704

    CVE-2024-40766

    CVE-2023-0656

    Architecting Innovation: Mastering Clean Architecture and MVVM for iOS Development

    June 17, 2024

    CVE-2025-37787 – Linux Kernel – DSA MV88E6XXX Null Pointer Dereference Vulnerability

    May 1, 2025

    Best Free and Open Source Alternatives to Corel Vector

    April 24, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.