@@ -379,7 +379,8 @@ <h2>Orchestration</h2>
379379 < code > /orchestration/responseFormatJsonSchema</ code >
380380 </ button >
381381 < div class ="tooltip-content ">
382- Chat request to an LLM through the Orchestration service where the output will adhere to a given JSON schema.
382+ Chat request to an LLM through the Orchestration service where the output will
383+ adhere to a given JSON schema.
383384 </ div >
384385 </ div >
385386 </ li >
@@ -390,7 +391,8 @@ <h2>Orchestration</h2>
390391 < code > /orchestration/responseFormatJsonObject</ code >
391392 </ button >
392393 < div class ="tooltip-content ">
393- Chat request to an LLM through the Orchestration service where the output will consist of valid JSON.
394+ Chat request to an LLM through the Orchestration service where the output will
395+ consist of valid JSON.
394396 </ div >
395397 </ div >
396398 </ li >
@@ -566,7 +568,8 @@ <h5 class="mb-1">Orchestration Integration</h5>
566568 </ li >
567569 < li class ="list-group-item ">
568570 < div class ="info-tooltip ">
569- < button type ="submit " formaction ="/spring-ai-orchestration/toolCalling " class ="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint ">
571+ < button type ="submit " formaction ="/spring-ai-orchestration/toolCalling "
572+ class ="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint ">
570573 < code > /spring-ai-orchestration/toolCalling</ code >
571574 </ button >
572575 < div class ="tooltip-content ">
@@ -576,6 +579,25 @@ <h5 class="mb-1">Orchestration Integration</h5>
576579 </ li >
577580 </ ul >
578581 </ div >
582+ < div class ="card-body ">
583+ < div class ="d-flex align-items-center ">
584+ < img src ="Open-AI-Logo.svg " alt ="OpenAI Logo " width ="35 " class ="me-1 mb-2 ">
585+ < h5 class ="mb-1 "> OpenAI Integration</ h5 >
586+ </ div >
587+ < ul class ="list-group ">
588+ < li class ="list-group-item ">
589+ < div class ="info-tooltip ">
590+ < button type ="submit " formaction ="/spring-ai-openai/embed "
591+ class ="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint ">
592+ < code > /spring-ai-openai/embed</ code >
593+ </ button >
594+ < div class ="tooltip-content ">
595+ Get the embedding for a given string using SpringAI from OpenAI.
596+ </ div >
597+ </ div >
598+ </ li >
599+ </ ul >
600+ </ div >
579601 </ div >
580602 </ div >
581603
@@ -586,7 +608,8 @@ <h5 class="mb-1">Orchestration Integration</h5>
586608 < img src ="grounding.png " alt ="Grounding Logo " width ="35 " class ="me-1 mb-2 ">
587609 < h2 > Document Grounding</ h2 >
588610 </ div >
589- The Document Grounding API offers additional context for enhancing your Orchestration LLM calls.
611+ The Document Grounding API offers additional context for enhancing your Orchestration LLM
612+ calls.
590613 For more information, check the < a
591614 href ="https://wiki.one.int.sap/wiki/display/AI/Consume+Grounding+via+GenAI+Hub "
592615 target ="_blank "> Wiki</ a >
@@ -600,7 +623,8 @@ <h2>Document Grounding</h2>
600623 < code > /grounding/pipelines/list</ code >
601624 </ button >
602625 < div class ="tooltip-content ">
603- List all active pipelines in the document grounding module. They can be used to index document storages like Sharepoint pages or SFTP servers.
626+ List all active pipelines in the document grounding module. They can be used
627+ to index document storages like Sharepoint pages or SFTP servers.
604628 </ div >
605629 </ div >
606630 </ li >
0 commit comments