Upgrade to Pro — share decks privately, control downloads, hide ads and more …

From General to Specific AI Responses with Domi...

From General to Specific AI Responses with Domino Data

How to Use Domino Data to Expand an AI Model’s Knowledge in an Effective and Controlled Way.

Avatar for LetsConnect

LetsConnect

October 29, 2025
Tweet

More Decks by LetsConnect

Other Decks in Technology

Transcript

  1. QNOVA Systems Fredrik Norling • Domino Developer/Admin since 1996 •

    HCL Ambassador • XPageDeveloper.com • Former OpenNTF.org board member • QNOVA – Saas service for Agreements and digital signing, ISO Documentation suite https://qnova.se
  2. Until you tell them. LLMs don't know anything.. • Is

    LLM:s intelligent? • LLMs is using word predictions, it’s all about patterns • Prompts is not questions, they are programming instructions
  3. Until you tell them. LLMs don't know anything.. • Better

    prompt, will give you a better answer • Prompt A: Write about ISO 27001 • Prompt B: Write an article about ISO27001 in focus of key points that a software developer needs to take into consideration • Adding context/knowledge will produce even better answers • Check out openai:s prompt packs for business http://bit.ly/4qnOBdH
  4. How can we give the AI context in Domino Some

    technical stuff • Domino and DominoIQ combined • Reply with Domino IQ • Partial context • RAG, embeddings, use Domino Full text search • DEMO Time
  5. No maintenance if API changes HCL have you covered Calling

    DominoIQ is simple Dim resp as string Dim LLM As NOTESLLMREQUEST Dim llmresp As NOTESLLMRESPONSE Set LLM=session.Createllmrequest() Set llmresp=llm.Completion(db.server, "StdReplyEmail", “This is the text you want to respond to”) resp=llmresp.Content Resp will hold the response from the LLM
  6. It’s mine only mine What about my data • Some

    questions you company needs to ask them self before using an remote LLM • Privacy of you company data • Do the vendor train on your data • Is you data accessible from somewhere else • Can someone request your data