Rocket U2 | UniVerse & UniData

 View Only
  • 1.  AI and MultiValue Discussion

    ROCKETEER
    Posted 02-15-2024 17:31

    As Rocket's MV evangelist, I'm starting a discussion. What are you thinking or doing with AI around your MV app?



    ------------------------------
    Mike Rajkowski
    MultiValue Product Evangelist
    Rocket Internal - All Brands
    US
    ------------------------------


  • 2.  RE: AI and MultiValue Discussion

    Posted 03-30-2024 23:53

    Simplest , Build a chat interface to build queries for tcl.  Example find all orders  for loyalty members  customers  who have shopped  in last 30 days with gift cards purchased  in the last 90 days . Currently this requires creating  creating  multiple save lists to get the data . 
    In this example we have 3  datasets . Transaction   history  .  Gift card , loyalty customers .  I  eventually gave up exported all  dataset in excel  and did lookups . Would have been faster if I could have generated all the tv queries to save list and use them up filter data  via gpt style ai chat bot 



    ------------------------------
    Atul kakade
    Tailored Shared Services LLC
    Sugarland TX
    ------------------------------



  • 3.  RE: AI and MultiValue Discussion

    Posted 06-19-2024 23:46

    Hi Mike, 

    Please check out my article at Medium ( might need a free login ). I will be publishing several open source training blogs and publishing the code on github. 

    https://medium.com/@kkonchadi/chat-with-your-u2-unidata-files-locally-by-using-open-source-llm-creating-a-rag-using-u2-unidata-c96d8527979c

    Thanks in advance for starting this thread!

    Regards,

    Kurt



    ------------------------------
    Kurt KONCHADI
    ERP Development Manager
    Rocket Forum Shared Account
    ------------------------------



  • 4.  RE: AI and MultiValue Discussion

    Posted 06-21-2024 17:42

    That's amazing, and I plan on working through your examples in the demo account, thanks for putting together such a detailed walk through!  Interested with experiences doing it at scale - if you have tables with millions of records, does it still hold up?

    I was thinking of a customer service chat app, where a customer could ask questions about their account, orders, billing etc. However, it seems like a difficult problem to restrict an LLM to a subset of topics - the idea of a customer doing an LLM jail break and being able to trick a chatbot into revealing other customers account information is a security nightmare...



    ------------------------------
    Ian McGowan
    Principal Consultant
    Rocket Forum Shared Account
    ------------------------------



  • 5.  RE: AI and MultiValue Discussion

    Posted 06-22-2024 17:34

    Hi Ian, 

    Thanks for going through the article and appreciate your feedback! 

    The current article was intended to demonstrate, how to interact with Unidata tables using a Large language model and provide textual responses to your questions.

    As you scale up your language model implementation to handle large datasets and millions of records, you'll want to leverage cloud infrastructure to tap into production-ready hardware and GPU resources. This will enable you to handle the computational demands of large language models while ensuring security and scalability.
    For a customer service chat app, it's crucial to implement robust security measures to prevent potential breaches. This includes data filtering, access controls, prompt design, and regular auditing. By combining these techniques with cloud-based infrastructure, you can ensure a secure and scalable solution.
    Please let me know, if have any additional questions. 


    ------------------------------
    Kurt KONCHADI
    ERP Development Manager
    Rocket Forum Shared Account
    ------------------------------



  • 6.  RE: AI and MultiValue Discussion

    Posted 06-24-2024 10:28

    Thank you Kurt.   This is a good beginning to see where AI will take a database of a related subject. 



    ------------------------------
    Peter Gonzalez
    St. Louis, MO US
    ------------------------------