Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 3.34 KB

Global-AI-Bootcamp-Mar2024.md

File metadata and controls

34 lines (26 loc) · 3.34 KB

Global AI Bootcamp (Auckland)


image

Presentation slides: 🔎 Search Smarter in Generative AI Apps

Takeaway links

Azure OpenAI Service on your data: 📺 https://www.youtube.com/watch?v=9IBEVMQh5FQ


image

Links and comments shared on Teams live stream:

  • In Copilot Studio, creating a GPT doesn't train a Generative Pretrained Transformer model. In this case a "GPT" is a LLM combined wtih a System Message and a data source for RAG (think of it as "RAG in a box"). Like the ChatGPT GPTs. As Chimes said "Don't train a GPT" - i.e. don't train a Generative Pretrained Transformer, but feel free to build a "RAG in a box".
  • You could use Florence Computer Vision model to analyze the content and then load that into a Vector index (as chunks). Or Azure Video Indexer. For specialised use cases (eg videos), it'll make sense to do pre-processing on the data using specialised tools (eg computer vision, Video Indexer, python scripts) before pointing Copilot at it. It'll be better and/or cheaper - horses for courses still applies.
  • Coutesy of Copilot in Teams meetings (my prompt was "Gather all links shared in the chat into a list, including the link and a description of what it is")



image