Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 3.84 KB

README.md

File metadata and controls

37 lines (32 loc) · 3.84 KB

SMart-SemanticSearch-Summarization

Build Enterprise Search using Vertex AI Search and Text Summarization using Google Generative-AI Model for IT Incident of SMartApp. The figure and description below how it works.

Incident Search (Vertex AI Semantic Search)

overview
  • Retrive incident and detail data from database to create ndjson file.
  • Ingest recently created json file to Google Cloud Storage.
  • Import json file from Google Cloud Storage to Search DataStore increamentally on daily basis.
  • On The Search Page ,try search something such as brand,model,incident type,subject, description on Search page to get the result.
  • Additionally, you can use the Facet-Widget below the search text box to narrow down to get more accurate results.

Incident Summarization (Vertex AI Gen-AI)

seach-to-summary
  • Try search something on Search page and click to view search results detail.
  • Click Summarization on Search page
  • Grab entire incidence detail to create incident content template to let Gen-AI generate incident summary.
  • Store incident summarization to SmartApp database including summarization feedback (like/disklike) from user for 2 main purposes.
    • Evaluate how well the model generate summarization.
    • Collect incident summary to classify the incident knowledge base as a knowledge repository in the future.

Program Structure

References Service and Solution