Forum Discussion
aowens-jmt
Mar 10, 2021Copper Contributor
Search integration with ETL/DW/Synapse(DL)
We're looking at implementing an enterprise search, which includes a revamp of our EDP (enterprise data platform). Creating an etl which will ingest data from various sources via ADF into a DL to be ...
liamca-msft
Microsoft
Mar 10, 2021Hi! Since you are staging the content into a DL, I suspect that might be the best place to go to connect cognitive search. In the event your DL is ADLS Gen 2, you might find the Indexer we have for this (https://docs.microsoft.com/en-us/azure/search/search-howto-index-azure-data-lake-storage) to be an easy way to bring the data in to the search service, at which point it is then searchable. As part of this ingestion, you could also potentially use some of the Cognitive Skills (https://docs.microsoft.com/en-us/azure/search/cognitive-search-concept-intro) to further enrich this content, in the event you wanted to do so.
PuneetHariharan
Mar 10, 2021Former Employee
Adding onto liamca-msft response, aowens-jmt - you could use semantic search (including answers and captions) to provide a natural language query experience. You can sign up for the preview here: https://aka.ms/semanticpreview
- aowens-jmtMar 10, 2021Copper ContributorI thought I (our company) already signed up for that preview; we're already having conversations with MS about prototyping solutions with CS. Thank you, I wouldn't mind seeing some examples of that.