SlideShare a Scribd company logo
1 of 40
Download to read offline
Enterprise	
  Search:	
  How	
  do	
  we	
  get	
  there	
  from	
  here?	
  
Daniel	
  Tunkelang	
  
Head	
  of	
  Query	
  Understanding,	
  LinkedIn	
  
THERE	
  
The	
  Dream	
  (Franz	
  Marc,	
  1912)	
  
“Computer,	
  what	
  is	
  the	
  nature	
  of	
  the	
  universe?”	
  
"a	
  web	
  of	
  data	
  that	
  can	
  be	
  processed	
  by	
  machines"	
  
Mind	
  reading	
  is	
  now	
  possible!	
  
HERE	
  
Office	
  Space	
  (1999)	
  
Google	
  VP	
  Udi	
  Manber	
  on	
  their	
  in-­‐house	
  search:	
  
“It’s	
  not	
  that	
  good.”	
  
Beyond	
  10	
  blue	
  links?	
  Not	
  so	
  much.	
  
Meta-­‐utopia	
  or	
  Metacrap?	
  
Cory	
  Doctorow’s	
  seven	
  straw-­‐men	
  of	
  meta-­‐utopia:	
  
	
  
1.  People	
  lie.	
  
2.  People	
  are	
  lazy.	
  
3.  People	
  are	
  stupid.	
  
4.  Mission:	
  Impossible	
  -­‐-­‐	
  know	
  thyself.	
  
5.  Schemas	
  aren't	
  neutral.	
  
6.  Metrics	
  influence	
  results.	
  
7.  There's	
  more	
  than	
  one	
  way	
  to	
  describe	
  something.	
  
So	
  how	
  do	
  we	
  get	
  there	
  from	
  here?	
  
Three	
  Baby	
  Steps	
  on	
  the	
  Path	
  to	
  Utopia	
  
1. 	
  Exercise	
  common	
  sense.	
  
2. 	
  Show	
  some	
  humility.	
  
3. 	
  If	
  all	
  else	
  fails,	
  cheat.	
  
Remember	
  what	
  the	
  Dormouse	
  said:	
  
Feed	
  your	
  head.	
  
From	
  2012	
  Google	
  Zeitgeist	
  
Monitor	
  your	
  top	
  queries.	
  Nail	
  them.	
  
15	
  15
for i in [1..n]!
s ← w1 w2 … wi!
if Pc(s) > 0!
a ← new Segment()!
a.segs ← {s}!
a.prob ← Pc(s)!
B[i] ← {a}!
for j in [1..i-1]!
for b in B[j]!
s ← wj wj+1 … wi!
if Pc(s) > 0!
a ← new Segment()!
a.segs ← b.segs U {s}!
a.prob ← b.prob * Pc(s)!
B[i] ← B[i] U {a}!
sort B[i] by prob!
truncate B[i] to size k!
Long	
  tail?	
  Structure	
  and	
  segment	
  your	
  queries.	
  
Eneees	
  and	
  categories	
  are	
  your	
  friends.	
  
Even	
  the	
  eneees	
  for	
  which	
  you	
  have	
  no	
  results.	
  
Idenefy	
  unsuccessful	
  searches.	
  
Use	
  analyecs	
  to	
  drive	
  triage.	
  
“Sorry,	
  no	
  results	
  containing	
  all	
  
	
  	
  your	
  search	
  terms	
  were	
  found.”	
  
Analyzed	
  representaDve	
  random	
  sample	
  of	
  name	
  searches.	
  
	
  
Leading	
  causes:	
  
	
  
1)  Misspelled	
  names.	
  
2)  Correctly	
  spelled	
  name	
  of	
  someone	
  not	
  on	
  site.	
  
	
  
Combine	
  automated	
  analysis	
  with	
  human	
  judgment.	
  
Triage	
  drives	
  and	
  validates	
  agile	
  development.	
  
Misspelled	
  name?	
  
Correctly	
  spelled	
  name	
  of	
  someone	
  not	
  on	
  site?	
  
You	
  just	
  ask	
  them?	
  
vs.	
  
Recognize	
  ambiguity	
  and	
  ask	
  for	
  clarificaeon.	
  
Clarify,	
  then	
  refine.	
  
Computers	
   Books	
  
It’s	
  2013.	
  Please	
  use	
  faceted	
  search.	
  
Make	
  your	
  best	
  guess,	
  but	
  hedge	
  your	
  bets.	
  
Claudia	
  Hauff,	
  Query	
  Difficulty	
  for	
  Digital	
  Libraries	
  [2009]	
  
Not	
  all	
  queries	
  are	
  created	
  equal	
  in	
  difficulty.	
  
“It's	
  ok	
  to	
  cheat,	
  as	
  long	
  as	
  you	
  
cheat	
  your	
  way	
  to	
  the	
  top."	
  
Design	
  an	
  experience	
  that	
  doesn’t	
  require	
  search.	
  
Crowd-­‐source	
  curaeon.	
  	
  	
  
Unstructured	
  data?	
  Beg,	
  borrow,	
  or	
  steal.	
  
Solve	
  an	
  easier	
  problem:	
  re-­‐finding.	
  
Invest	
  in	
  type-­‐ahead,	
  especially	
  instant	
  results.	
  
“Good	
  arests	
  copy.	
  Great	
  arests	
  steal.”	
  
	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  -­‐-­‐	
  Picasso	
  /	
  Jobs	
  
Three	
  Baby	
  Steps	
  on	
  the	
  Path	
  to	
  Utopia	
  
1. 	
  Exercise	
  common	
  sense.	
  
2. 	
  Show	
  some	
  humility.	
  
3. 	
  If	
  all	
  else	
  fails,	
  cheat.	
  
It’s	
  the	
  economy,	
  
stupid!	
  
Warning:	
  technology	
  alone	
  is	
  not	
  a	
  solueon.	
  
The	
  future	
  is	
  on	
  the	
  way.	
  
But	
  the	
  present	
  doesn’t	
  have	
  to	
  be	
  so	
  bad.	
  
Email:	
  
dtunkelang@linkedin.com	
  
	
  
	
  
Connect:	
  
hmp://linkedin.com/in/dtunkelang	
  
	
  

More Related Content

What's hot

What's hot (16)

Jupyter con 2018 Diversity Analytics & OSS Adventures
Jupyter con 2018 Diversity Analytics & OSS AdventuresJupyter con 2018 Diversity Analytics & OSS Adventures
Jupyter con 2018 Diversity Analytics & OSS Adventures
 
BioIT Webinar on AI and data methods for drug discovery
BioIT Webinar on AI and data methods for drug discoveryBioIT Webinar on AI and data methods for drug discovery
BioIT Webinar on AI and data methods for drug discovery
 
Data Science, what even...
Data Science, what even...Data Science, what even...
Data Science, what even...
 
Buttons on forms and surveys: a look at some research 2012
Buttons on forms and surveys: a look at some research 2012Buttons on forms and surveys: a look at some research 2012
Buttons on forms and surveys: a look at some research 2012
 
Data Models And Details About Open Data
Data Models And Details About Open DataData Models And Details About Open Data
Data Models And Details About Open Data
 
Agent-Based Modelling: Social Science Meets Computer Science?
Agent-Based Modelling: Social Science Meets Computer Science?Agent-Based Modelling: Social Science Meets Computer Science?
Agent-Based Modelling: Social Science Meets Computer Science?
 
Ai black box
Ai black boxAi black box
Ai black box
 
Debiasing Knowledge Graphs: Why Female Presidents are not like Female Popes
Debiasing Knowledge Graphs: Why Female Presidents are not like Female PopesDebiasing Knowledge Graphs: Why Female Presidents are not like Female Popes
Debiasing Knowledge Graphs: Why Female Presidents are not like Female Popes
 
Data Science at Scale @ barricade.io
Data Science at Scale @ barricade.ioData Science at Scale @ barricade.io
Data Science at Scale @ barricade.io
 
We Know Less Than You Think (But We Do Know Something)
We Know Less Than You Think (But We Do Know Something)We Know Less Than You Think (But We Do Know Something)
We Know Less Than You Think (But We Do Know Something)
 
Data Science, what even?!
Data Science, what even?!Data Science, what even?!
Data Science, what even?!
 
Deep Learning Use Cases - Data Science Pop-up Seattle
Deep Learning Use Cases - Data Science Pop-up SeattleDeep Learning Use Cases - Data Science Pop-up Seattle
Deep Learning Use Cases - Data Science Pop-up Seattle
 
Machine Learning in Big Data
Machine Learning in Big DataMachine Learning in Big Data
Machine Learning in Big Data
 
New Frontiers in IA: Design in the Era of Cognitive Computing
New Frontiers in IA: Design in the Era of Cognitive ComputingNew Frontiers in IA: Design in the Era of Cognitive Computing
New Frontiers in IA: Design in the Era of Cognitive Computing
 
Using Social Science Data in ABM: Opportunities and Challenges
Using Social Science Data in ABM: Opportunities and ChallengesUsing Social Science Data in ABM: Opportunities and Challenges
Using Social Science Data in ABM: Opportunities and Challenges
 
Begin with Data Scientist
Begin with Data ScientistBegin with Data Scientist
Begin with Data Scientist
 

Viewers also liked

Ce lunch and learn aug 13 2013
Ce lunch and learn aug 13 2013Ce lunch and learn aug 13 2013
Ce lunch and learn aug 13 2013
Greg Moore
 
Catalogo de equipos de protección personal creado por freddy coronado mejia
Catalogo de equipos de protección personal creado por freddy coronado mejiaCatalogo de equipos de protección personal creado por freddy coronado mejia
Catalogo de equipos de protección personal creado por freddy coronado mejia
Freddy Coronado
 

Viewers also liked (11)

Groundbreaking and Game-changing Enterprise Search Webinar
Groundbreaking and Game-changing Enterprise Search WebinarGroundbreaking and Game-changing Enterprise Search Webinar
Groundbreaking and Game-changing Enterprise Search Webinar
 
Ce lunch and learn aug 13 2013
Ce lunch and learn aug 13 2013Ce lunch and learn aug 13 2013
Ce lunch and learn aug 13 2013
 
MLA - Austin - Efficiently searching for systematic reviews
MLA - Austin - Efficiently searching for systematic reviewsMLA - Austin - Efficiently searching for systematic reviews
MLA - Austin - Efficiently searching for systematic reviews
 
Catalogo de equipos de protección personal creado por freddy coronado mejia
Catalogo de equipos de protección personal creado por freddy coronado mejiaCatalogo de equipos de protección personal creado por freddy coronado mejia
Catalogo de equipos de protección personal creado por freddy coronado mejia
 
Enterprise Search in the Big Data Era: Recent Developments and Open Challenges
Enterprise Search in the Big Data Era: Recent Developments and Open ChallengesEnterprise Search in the Big Data Era: Recent Developments and Open Challenges
Enterprise Search in the Big Data Era: Recent Developments and Open Challenges
 
Introduction to Enterprise Search
Introduction to Enterprise SearchIntroduction to Enterprise Search
Introduction to Enterprise Search
 
Results from the Enterprise Search and Findability Survey 2012
Results from the Enterprise Search and Findability Survey 2012Results from the Enterprise Search and Findability Survey 2012
Results from the Enterprise Search and Findability Survey 2012
 
OK So Enterprise Search is "Janky" - Now What?
OK So Enterprise Search is "Janky" - Now What?OK So Enterprise Search is "Janky" - Now What?
OK So Enterprise Search is "Janky" - Now What?
 
Introduction to Search Engines
Introduction to Search EnginesIntroduction to Search Engines
Introduction to Search Engines
 
Search engines
Search enginesSearch engines
Search engines
 
An Introduction to Elastic Search.
An Introduction to Elastic Search.An Introduction to Elastic Search.
An Introduction to Elastic Search.
 

Similar to Enterprise Search: How do we get there from here?

DL Classe 0 - You can do it
DL Classe 0 - You can do itDL Classe 0 - You can do it
DL Classe 0 - You can do it
Gregory Renard
 
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Hugo Pinto
 
Howtostopsucking
HowtostopsuckingHowtostopsucking
Howtostopsucking
Hugo Pinto
 
Week 10 fraud copy
Week 10 fraud copyWeek 10 fraud copy
Week 10 fraud copy
sgwcollins
 
Just the basics_strata_2013
Just the basics_strata_2013Just the basics_strata_2013
Just the basics_strata_2013
Ken Mwai
 
Jakarta road blocks-challenges
Jakarta road blocks-challengesJakarta road blocks-challenges
Jakarta road blocks-challenges
Will Kirkwood
 

Similar to Enterprise Search: How do we get there from here? (20)

Deep Learning Class #0 - You Can Do It
Deep Learning Class #0 - You Can Do ItDeep Learning Class #0 - You Can Do It
Deep Learning Class #0 - You Can Do It
 
DL Classe 0 - You can do it
DL Classe 0 - You can do itDL Classe 0 - You can do it
DL Classe 0 - You can do it
 
Today is all about AI
Today is all about AIToday is all about AI
Today is all about AI
 
Artificial Intelligence and Intuition
Artificial  Intelligence  and  IntuitionArtificial  Intelligence  and  Intuition
Artificial Intelligence and Intuition
 
2015 Arts Midwest Workshop: Embracing the Digital Age
2015 Arts Midwest Workshop: Embracing the Digital Age2015 Arts Midwest Workshop: Embracing the Digital Age
2015 Arts Midwest Workshop: Embracing the Digital Age
 
Humans vs. Machines (February 2017)
Humans vs. Machines (February 2017)Humans vs. Machines (February 2017)
Humans vs. Machines (February 2017)
 
Is AI Sexist? How Training Data Can Reinforce Gender Stereotypes
Is AI Sexist? How Training Data Can Reinforce Gender StereotypesIs AI Sexist? How Training Data Can Reinforce Gender Stereotypes
Is AI Sexist? How Training Data Can Reinforce Gender Stereotypes
 
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
 
Howtostopsucking
HowtostopsuckingHowtostopsucking
Howtostopsucking
 
How to stop sucking and be awesome instead
How to stop sucking and be awesome insteadHow to stop sucking and be awesome instead
How to stop sucking and be awesome instead
 
Week 10 fraud copy
Week 10 fraud copyWeek 10 fraud copy
Week 10 fraud copy
 
The dumbing down of intelligent search
The dumbing down of intelligent searchThe dumbing down of intelligent search
The dumbing down of intelligent search
 
Just the basics_strata_2013
Just the basics_strata_2013Just the basics_strata_2013
Just the basics_strata_2013
 
Jakarta road blocks-challenges
Jakarta road blocks-challengesJakarta road blocks-challenges
Jakarta road blocks-challenges
 
Psychology, UX and the perfect design
Psychology, UX and the perfect designPsychology, UX and the perfect design
Psychology, UX and the perfect design
 
BL Labs 2014 Symposium: The Mechanical Curator
BL Labs 2014 Symposium: The Mechanical CuratorBL Labs 2014 Symposium: The Mechanical Curator
BL Labs 2014 Symposium: The Mechanical Curator
 
Electricity that loves
Electricity that loves Electricity that loves
Electricity that loves
 
From Deception to Clarity
From Deception to ClarityFrom Deception to Clarity
From Deception to Clarity
 
Future Kids Future Customers v2
Future Kids Future Customers v2Future Kids Future Customers v2
Future Kids Future Customers v2
 
Ai chap1 intro
Ai chap1 introAi chap1 intro
Ai chap1 intro
 

More from Daniel Tunkelang

Enterprise Intelligence
Enterprise IntelligenceEnterprise Intelligence
Enterprise Intelligence
Daniel Tunkelang
 
My Three Ex’s: A Data Science Approach for Applied Machine Learning
My Three Ex’s: A Data Science Approach for Applied Machine LearningMy Three Ex’s: A Data Science Approach for Applied Machine Learning
My Three Ex’s: A Data Science Approach for Applied Machine Learning
Daniel Tunkelang
 
Web science - How is it different?
Web science - How is it different?Web science - How is it different?
Web science - How is it different?
Daniel Tunkelang
 
Find and be Found: Information Retrieval at LinkedIn
Find and be Found: Information Retrieval at LinkedInFind and be Found: Information Retrieval at LinkedIn
Find and be Found: Information Retrieval at LinkedIn
Daniel Tunkelang
 
Big Data, We Have a Communication Problem
Big Data, We Have a Communication Problem Big Data, We Have a Communication Problem
Big Data, We Have a Communication Problem
Daniel Tunkelang
 
Data By The People, For The People
Data By The People, For The PeopleData By The People, For The People
Data By The People, For The People
Daniel Tunkelang
 

More from Daniel Tunkelang (20)

Query Understanding and Ecommerce
Query Understanding and EcommerceQuery Understanding and Ecommerce
Query Understanding and Ecommerce
 
Semantic Equivalence of e-Commerce Queries
Semantic Equivalence of e-Commerce QueriesSemantic Equivalence of e-Commerce Queries
Semantic Equivalence of e-Commerce Queries
 
Helping Searchers Satisfice through Query Understanding
Helping Searchers Satisfice through Query UnderstandingHelping Searchers Satisfice through Query Understanding
Helping Searchers Satisfice through Query Understanding
 
MMM, Search!
MMM, Search!MMM, Search!
MMM, Search!
 
Enterprise Intelligence
Enterprise IntelligenceEnterprise Intelligence
Enterprise Intelligence
 
Query Understanding: A Manifesto
Query Understanding: A ManifestoQuery Understanding: A Manifesto
Query Understanding: A Manifesto
 
Where should you put your data scientists?
Where should you put your data scientists?Where should you put your data scientists?
Where should you put your data scientists?
 
Data Science: A Mindset for Productivity
Data Science: A Mindset for ProductivityData Science: A Mindset for Productivity
Data Science: A Mindset for Productivity
 
My Three Ex’s: A Data Science Approach for Applied Machine Learning
My Three Ex’s: A Data Science Approach for Applied Machine LearningMy Three Ex’s: A Data Science Approach for Applied Machine Learning
My Three Ex’s: A Data Science Approach for Applied Machine Learning
 
Web science - How is it different?
Web science - How is it different?Web science - How is it different?
Web science - How is it different?
 
Better Search Through Query Understanding
Better Search Through Query UnderstandingBetter Search Through Query Understanding
Better Search Through Query Understanding
 
Find and be Found: Information Retrieval at LinkedIn
Find and be Found: Information Retrieval at LinkedInFind and be Found: Information Retrieval at LinkedIn
Find and be Found: Information Retrieval at LinkedIn
 
Big Data, We Have a Communication Problem
Big Data, We Have a Communication Problem Big Data, We Have a Communication Problem
Big Data, We Have a Communication Problem
 
How to Interview a Data Scientist
How to Interview a Data ScientistHow to Interview a Data Scientist
How to Interview a Data Scientist
 
Information, Attention, and Trust: A Hierarchy of Needs
Information, Attention, and Trust: A Hierarchy of NeedsInformation, Attention, and Trust: A Hierarchy of Needs
Information, Attention, and Trust: A Hierarchy of Needs
 
Data By The People, For The People
Data By The People, For The PeopleData By The People, For The People
Data By The People, For The People
 
Content, Connections, and Context
Content, Connections, and ContextContent, Connections, and Context
Content, Connections, and Context
 
Scale, Structure, and Semantics
Scale, Structure, and SemanticsScale, Structure, and Semantics
Scale, Structure, and Semantics
 
Strata 2012: Humans, Machines, and the Dimensions of Microwork
Strata 2012: Humans, Machines, and the Dimensions of MicroworkStrata 2012: Humans, Machines, and the Dimensions of Microwork
Strata 2012: Humans, Machines, and the Dimensions of Microwork
 
Recommendations as a Conversation with the User
Recommendations as a Conversation with the UserRecommendations as a Conversation with the User
Recommendations as a Conversation with the User
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 

Enterprise Search: How do we get there from here?