-
I think there's a typo in this section: https://docs.spring.io/spring-ai/reference/api/embeddings.html#_available_implementations, the first bullet point is: "OpenAI: Using the **Sprig** AI OpenAiApi …
-
**Bug description**
spring-ai-azure-openai-spring-boot-starter reports issue about DeploymentNotFound ( it requires Azure model deployment name)
with properties included
`spring.ai.azure.openai.ap…
-
We are not able to download pom.xml files from the snapshot repository of repo.spring.io with our updated 'Sonatype Nexus Repository' due to an invalid header value for content-type returned by Artifa…
-
For me LangChain4j version works but Sping AI is not keeping conversation.
-
### Describe the bug
使用流式请求时 ,在[OpenAI 的API 官方文档](https://platform.openai.com/docs/api-reference/chat/create)中,SSE的第一个事件, content 字段的值是空字符串,而在inference 的OpenAI API 实现中, SSE的第一个事件,content 字段字段不存在, 相…
-
**Bug description**
I am using the chat client as below. This includes both user message and a system message.
`response = chatClient.call(
new Prompt(
…
-
"2024-03-30T12:45:07.010+08:00 ERROR 24570 --- [nio-8080-exec-6] c.e.m.l.contrlollers.AdviceController : Cannot convert the Json {"id":"step_vudsWHBvG20b7CEfQBXsfK8W","object":"thread.run.step.delt…
-
When running unit tests, the process fails with the following error:
```
...
Caused by: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'org.springfr…
-
The prefix for these properties should be `spring.ai.openai.chat`, currently it is `spring.ai.openai`
`OpenAIProperties` has options only for `temperature` and is missing options
* frequency_pen…
-
An internal server error when running.
**Describe the bug**
When testing code in [spring-boot-example](https://github.com/langchain4j/langchain4j-examples/tree/main/spring-boot-example) and [open-…