Building Multi-Modal Search with Weaviate | Build Effective RAGs

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ม.ค. 2024
  • Search is essential in many places, from documents to shopping websites, to the internet itself. One of the great benefits of generative AI and vector databases is that search is no longer restricted to text. It is now possible to search audio, images, and video ("multi-modal") data. Many people are describing multi-modal search as the next big thing for 2024.
    In this session, you'll learn how to use the Weaviate vector database to store these different content types, then perform search queries on them. You'll see how some simple Python code can be used to perform audio-to-image and image-to-text searches, and see how this fits into a data science workflow.
    Key Takeaways:
    - Learn about common business use cases for multi-modal search
    - Learn how to embed text, image, audio, and video data into the Weaviate vector database.
    - Learn how to search these mixed data types.
    Code Along with Us! bit.ly/3vRBVV5
    Slides: bit.ly/3UloFlE
  • บันเทิง

ความคิดเห็น • 1

  • @sumankalyanghosh4838
    @sumankalyanghosh4838 2 หลายเดือนก่อน +2

    Could you please share the Github link for the same