Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

/**
* Token count based strategy implementation for {@link BatchingStrategy}. Using openai
* max input token as the default:
* 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>
*
* This strategy incorporates a reserve percentage to provide a buffer for potential
* overhead or unexpected increases in token count during processing. The actual max input
Expand Down