Generate Text Using Public REST Providers
Perform a text-to-text transformation, using publicly hosted third-party text generation models by Cohere, Google AI, Hugging Face, OpenAI, Vertex AI, or Generative AI. The input is a textual prompt, and the generated output is a textual answer or description based on the specified task in that prompt.
A prompt can be a text string (such as a question that you ask an LLM or a command), and can include results from a search.
Here, you can use the UTL_TO_GENERATE_TEXT function from either the DBMS_VECTOR or the DBMS_VECTOR_CHAIN package, depending on your use case.
WARNING:
Certain features of the database may allow you to access services offered separately by third-parties, for example, through the use of JSON specifications that facilitate your access to REST APIs.
Your use of these features is solely at your own risk, and you are solely responsible for complying with any terms and conditions related to use of any such third-party services. Notwithstanding any other terms and conditions related to the third-party services, your use of such database features constitutes your acceptance of that risk and express exclusion of Oracle's responsibility or liability for any damages resulting from such access.
To generate a text response for the prompt "What is Oracle Text?", using an external LLM:
Related Topics
Parent topic: Generate Text Response