Conclusion

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Azure AI Search is a powerful search engine with comprehensive search capabilities, largely due to its support for vector search. Vector search offers many useful features, enabling search across various types of unstructured data. This represents a significant departure from traditional search methodologies, which typically rely on exact matches for data retrieval.

Azure AI Search also provides extensive configuration options through multiple access points. When combined with the Azure OpenAI service, it becomes an even more capable search system.

In this lesson, you’ve learned how to:

  • Configure vector search capabilities in Azure AI Search.
  • Generate and store embeddings for efficient semantic search.
  • Implement a basic vector search query using Azure AI Search.

In the next lesson, you’ll learn and practice an even more advanced form of search using Azure AI Search.

See forum comments
Download course materials from Github
Previous: Demo 02 Next: Lesson 2: Vector Search in Azure AI Search