You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The starter automatically configures and registers an <code>AutonomousDb</code> bean in the Spring application context.
77
-
The <code>AutonomousDb</code> bean (<ahref="https://oracle.github.io/spring-cloud-oracle/1.2.0/javadocs/com/oracle/cloud/spring/adb/package-summary.html">Javadoc</a>) can be used to create an Autonomous Database, get details of an Autonomous Database,
77
+
The <code>AutonomousDb</code> bean (<ahref="https://oracle.github.io/spring-cloud-oci/1.3.0-SNAPSHOT/javadocs/com/oracle/cloud/spring/adb/package-summary.html">Javadoc</a>) can be used to create an Autonomous Database, get details of an Autonomous Database,
78
78
delete an Autonomous Database and generate a wallet for an Autonomous Database.</p>
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oci/tree/main/spring-cloud-oci-samples/spring-cloud-oci-adb-sample">here</a> contains the examples to demonstrates the usage of OCI Spring Cloud Autonomous Database module.</p>
139
+
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oracle/tree/main/spring-cloud-oci/spring-cloud-oci-samples/spring-cloud-oci-adb-sample">here</a> contains the examples to demonstrates the usage of OCI Spring Cloud Autonomous Database module.</p>
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oci/tree/main/spring-cloud-oci-samples/spring-cloud-oci-email-sample">here</a> contains examples that demonstrate the usage of Spring Cloud Oracle Email module.</p>
173
+
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oracle/tree/main/spring-cloud-oci/spring-cloud-oci-samples/spring-cloud-oci-email-sample">here</a> contains examples that demonstrate the usage of Spring Cloud Oracle Email module.</p>
<p><ahref="https://docs.oracle.com/en-us/iaas/Content/Functions/Concepts/functionsoverview.htm">OCI Functions</a> is a fully managed, multi-tenant, highly scalable, on-demand, Functions-as-a-Service platform. It is built on enterprise-grade Oracle Cloud Infrastructure and powered by the Fn Project open source engine. Use OCI Functions when you want to focus on writing code to meet business needs. The Spring Cloud module for OCI Functions allows to invoke an OCI Function.
48
+
<p><ahref="https://docs.oracle.com/en-us/iaas/Content/Functions/Concepts/functionsoverview.htm">OCI Functions</a> is a fully managed, multi-tenant, highly scalable, on-demand, Functions-as-a-Service platform. It is built on enterprise-grade Oracle Cloud Infrastructure and powered by the Fn Project open source engine. Use OCI Functions when you want to focus on writing code to meet business needs. The Spring Cloud Oracle module for OCI Functions allows to invoke an OCI Function.
49
49
A Spring Boot starter is provided to autoconfigure the Function component.</p>
<p>The starter automatically configures and registers a <code>Function</code> bean in the Spring application context.
76
-
The <code>Function</code> bean (<ahref="https://oracle.github.io/spring-cloud-oracle/1.2.0/javadocs/com/oracle/cloud/spring/function/package-summary.html">Javadoc</a>) can be used to invoke a function with parameter inputs 'functionOcid' and 'endpoint'</p>
76
+
The <code>Function</code> bean (<ahref="https://oracle.github.io/spring-cloud-oci/1.3.0-SNAPSHOT/javadocs/com/oracle/cloud/spring/function/package-summary.html">Javadoc</a>) can be used to invoke a function with parameter inputs 'functionOcid' and 'endpoint'</p>
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oci/tree/main/spring-cloud-oci-samples/spring-cloud-oci-function-sample">here</a> contains the examples to demonstrates the usage of OCI Spring Cloud Function module.</p>
122
+
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oracle/tree/main/spring-cloud-oci/spring-cloud-oci-samples/spring-cloud-oci-function-sample">here</a> contains the examples to demonstrates the usage of OCI Spring Cloud Function module.</p>
<h3id="using-generative-ai-chat"><aclass="anchor" href="#using-generative-ai-chat"></a>Using Generative AI Chat</h3>
74
74
<divclass="paragraph">
75
75
<p>The starter configures and registers a <code>ChatModel</code> bean in the Spring application context.
76
-
The <code>ChatModel</code> bean (<ahref="https://oracle.github.io/spring-cloud-oracle/1.2.0/javadocs/com/oracle/cloud/spring/genai/package-summary.html">Javadoc</a>) can be used to interact with OCI Generative AI Chat Models.</p>
76
+
The <code>ChatModel</code> bean (<ahref="https://oracle.github.io/spring-cloud-oci/1.3.0-SNAPSHOT/javadocs/com/oracle/cloud/spring/genai/package-summary.html">Javadoc</a>) can be used to interact with OCI Generative AI Chat Models.</p>
<h3id="using-generative-ai-embedding"><aclass="anchor" href="#using-generative-ai-embedding"></a>Using Generative AI Embedding</h3>
92
92
<divclass="paragraph">
93
93
<p>The starter configures and registers an <code>EmbeddingModel</code> bean in the Spring application context.
94
-
The <code>EmbeddingModel</code> bean (<ahref="https://oracle.github.io/spring-cloud-oracle/1.2.0/javadocs/com/oracle/cloud/spring/genai/package-summary.html">Javadoc</a>) can be used to create text embeddings using OCI Generative AI Embedding Models.</p>
94
+
The <code>EmbeddingModel</code> bean (<ahref="https://oracle.github.io/spring-cloud-oci/1.3.0-SNAPSHOT/javadocs/com/oracle/cloud/spring/genai/package-summary.html">Javadoc</a>) can be used to create text embeddings using OCI Generative AI Embedding Models.</p>
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oci/tree/main/spring-cloud-oci-samples/spring-cloud-oci-gen-ai-sample">here</a> contains the examples to demonstrates the usage of OCI Spring Cloud Generative AI module.</p>
235
+
<p>A sample application provided <ahref="https://github.com/oracle/spring-cloud-oracle/tree/main/spring-cloud-oci/spring-cloud-oci-samples/spring-cloud-oci-gen-ai-sample">here</a> contains the examples to demonstrates the usage of OCI Spring Cloud Generative AI module.</p>
<p>The easiest way to learn how to use Spring Cloud Oracle is to consult the <ahref="https://github.com/oracle/spring-cloud-oci/tree/main/spring-cloud-oci-samples">sample applications on Github</a>.
117
+
<p>The easiest way to learn how to use Spring Cloud Oracle is to consult the <ahref="https://github.com/oracle/spring-cloud-oracle/tree/main/spring-cloud-oci/spring-cloud-oci-samples">sample applications on Github</a>.
118
118
Spring Cloud Oracle provides sample applications which demonstrate how to use every integration in the library.
119
119
The following table highlights several samples of the most used integrations in Spring Cloud Oracle.</p>
0 commit comments