SAP Tech Bytes: RAG with generative AI hub and HANA - Python SDK

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 4

  • @user-uk9ls
    @user-uk9ls 7 місяців тому +2

    It worked great on SAP AI Core and HANA Vector DB.
    I will modify it and tuse this RAG example for SAP AI presentations.
    Thank you for explaining and providing the code.

  • @fuzz5113
    @fuzz5113 8 місяців тому +1

    Thank you for the informative video! I noticed in the introduction that you mentioned a smaller vector engine as an alternative to HANA DB. However, I couldn't seem to find further details on it in the content. Could you kindly clarify if there's an option available within BTP, or if it's suggested to explore options like Pinecone outside of BTP? Thank you for your time and the great insights you provide !

    • @sapdevs
      @sapdevs  7 місяців тому +1

      You are right! In the description of the video I linked the SAP-samples repository with the example code. One of the files there is using Chroma instead of HANA vector store. Chroma is good for prototyping and trying out your use case locally :)