Load a lanchain prompt from a Kinetica context.
A Kinetica Context is an object created with the Kinetica Workbench UI or with
SQL syntax. This function will convert the data in the context to a list of
messages that can be used as a prompt. The messages will contain a
SystemMessage followed by pairs of HumanMessage/AIMessage that
contain the samples.
| Name | Type | Description |
|---|---|---|
context_name* | str | The name of an LLM context in the database. |