Skip to main content

Posts Tagged ‘Azure Cognitive Search’

The Power Of Search Engine. Transforming Industries And Customer Service. A Look Into The Future Of Ai Search. Yellow Loupe Icon Processing Data On Smart Phone. Modern 3d Render

Building a Conversational Search Application with Azure Cognitive Search and OpenAI Embedding

Introduction  In this blog, we will show you how to build a conversational search application that can interact with Azure Cognitive Search (ACS) and retrieve relevant content from a web-scraped index by asking natural language questions, requesting for summary information, and using vector search. The application will also use OpenAI embeddings, which are pre-trained models […]

The Businesswoman In Glasses Standing Near The Display

How to use Azure Blob Data and Store it in Azure Cognitive Search along with Vectors

Introduction In the previous blog post, we showed you how to scrap a website, extract its content using Python, and store it in Azure Blob Storage. In this blog post, we will show you how to use the Azure Blob data and store it in Azure Cognitive Search (ACS) along with vectors. We will use […]