Now You Can Talk to NetSuite: Unlock Your Data with N/LLM and Intelligent Querying!

Introduction to N/LLM N/LLM is a newly introduced NetSuite SuiteScript 2.1 module that brings native access to a Large Language Model (LLM) directly inside NetSuite. With it, you can: Generate text based on custom prompts. Create documents to provide context for more accurate responses. Control generation parameters (tokens, temperature, penalties). Track citations, linking AI responses… Continue reading Now You Can Talk to NetSuite: Unlock Your Data with N/LLM and Intelligent Querying!

LLM Model

A Large Language Model (LLM) is a type of artificial intelligence designed to understand and generate human-like text based on vast amounts of data. These models, such as GPT-4, are trained on diverse datasets that include books, articles, and websites, enabling them to perform a wide range of language-related tasks. LLMs can generate coherent and… Continue reading LLM Model

SuiteScript 2.X Generative AI APIs

SuiteScript Generative AI APIs (N/llm Module) enable you to work with generative artificial intelligence (AI) in NetSuite using SuiteScript. You can use these APIs to send requests to large language models (LLMs) and to receive responses from them. NetSuite accesses LLMs through an integration with the Oracle Cloud Infrastructure (OCI) Generative AI service. NetSuite provides… Continue reading SuiteScript 2.X Generative AI APIs