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 8909028 commit df47ca4Copy full SHA for df47ca4
spring-ai-commons/src/main/java/org/springframework/ai/embedding/TokenCountBatchingStrategy.java
@@ -32,8 +32,8 @@
32
33
/**
34
* Token count based strategy implementation for {@link BatchingStrategy}. Using openai
35
- * max input token as the default:
36
- * https://platform.openai.com/docs/guides/embeddings/embedding-models.
+ * max input token as the default: <a href=
+ * "https://platform.openai.com/docs/guides/embeddings#embedding-models">embedding-models</a>
37
*
38
* This strategy incorporates a reserve percentage to provide a buffer for potential
39
* overhead or unexpected increases in token count during processing. The actual max input
0 commit comments