We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a40b20 commit e7f14bcCopy full SHA for e7f14bc
sample-code/spring-app/src/main/resources/static/index.html
@@ -637,9 +637,9 @@ <h5 class="mb-1">OpenAI</h5>
637
<ul class="list-group">
638
<li class="list-group-item">
639
<div class="info-tooltip">
640
- <button type="submit" formaction="/spring-ai-openai/embed"
+ <button type="submit" formaction="/spring-ai-openai/embed/strings"
641
class="link-offset-2-hover link-underline link-underline-opacity-0 link-underline-opacity-75-hover endpoint">
642
- <code>/spring-ai-openai/embed</code>
+ <code>/spring-ai-openai/embed/strings</code>
643
</button>
644
<div class="tooltip-content">
645
Get the embedding for a given string using SpringAI from OpenAI.
0 commit comments