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 becomes even more useful when coupled with Azure OpenAI.

Azure OpenAI is a Microsoft Azure service which includes OpenAI models and resources enhanced with many useful features, such as content filtering, text completion, and much more.

Coupled with Azure AI Search’s great search capabilities, you can build effective RAG apps based on Azure’s AI Services.

With all these powerful attributes comes a great responsibility on the developer to ensure your AI apps pose no harm to users — while AI can make you, it could also break you, if you fail to use it responsibly!

In this lesson, you’ve learned how to:

  • Connect Azure AI Search with Azure OpenAI Service for RAG.
  • Implement prompt engineering techniques for effective RAG.
  • Handle context windowing and chunking for optimal retrieval.

You’ve now reached the end of this module. Well done!

See forum comments
Download course materials from Github
Previous: Instruction 02 Next: Lesson 4: Azure AI Search with OpenAI Service