• fix base-url error in openai-embeddings.adoc
  • When I set spring.ai.openai.base-url=api.openai.com as the document, I meet the Error URI is not absolute
  • It is necessary to set the base-url with https(spring.ai.openai.base-url=https://api.openai.com )

Spring-ai Fix:base-url Error in openai-embeddings.adoc

Spring-ai Fix:base-url Error in openai-embeddings.adoc

Comment From: tzolov

Thanks @JavaProgrammerLB