Generate LLM Summaries with QMS
You generate LLM summaries in QMS by using the ModelSummarize action. You specify the configured model to use by setting the Model parameter to the name of the generative model configuration section. You can summarize text by setting the Text parameter, or you can summarize an IDOL document or set of documents by setting ID, Reference, or StateID.
When you provide multiple document IDs or references, or a state token, QMS returns a single summary of all the source documents, rather than multiple summaries.
For example:
http://qms:16000/action=ModelSummarize&StateID=B8UGIK95FKJG-23&Model=Summarizer
This example uses the Summarizer
model to generate embeddings for the documents in the state token B8UGIK95FKJG-23
.