Skip to content

Commit

Permalink
Merge branch 'main' into azure-open-ai-structured-outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois authored Dec 20, 2024
2 parents 2cefbfa + 3bdf8f2 commit 0335070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ OpenAiEmbeddingModel openAiEmbeddingModel(Properties properties) {
.organizationId(embeddingModelProperties.organizationId())
.modelName(embeddingModelProperties.modelName())
.dimensions(embeddingModelProperties.dimensions())
.maxSegmentsPerBatch(embeddingModelProperties.maxSegmentsPerBatch())
.user(embeddingModelProperties.user())
.timeout(embeddingModelProperties.timeout())
.maxRetries(embeddingModelProperties.maxRetries())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ record EmbeddingModelProperties(
String organizationId,
String modelName,
Integer dimensions,
Integer maxSegmentsPerBatch,
String user,
Duration timeout,
Integer maxRetries,
Expand Down

0 comments on commit 0335070

Please sign in to comment.