File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ The prefix `spring.ai.openai.embedding` is property prefix that configures the `
140140| spring.ai.openai.embedding.enabled (Required and no longer valid) | Enable OpenAI embedding model. | true
141141| spring.ai.model.embedding | Enable OpenAI embedding model. | openai
142142| spring.ai.openai.embedding.base-url | Optional overrides the spring.ai.openai.base-url to provide embedding specific url | -
143- | spring.ai.openai.chat .embeddings-path | The path to append to the base-url | `/v1/embeddings`
143+ | spring.ai.openai.embedding .embeddings-path | The path to append to the base-url | `/v1/embeddings`
144144| spring.ai.openai.embedding.api-key | Optional overrides the spring.ai.openai.api-key to provide embedding specific api-key | -
145145| spring.ai.openai.embedding.organization-id | Optionally you can specify which organization used for an API request. | -
146146| spring.ai.openai.embedding.project-id | Optionally, you can specify which project is used for an API request. | -
You can’t perform that action at this time.
0 commit comments