-
### Enhancement Description
Each model integration is composed of two aspects: an `*Api` class calling the model provider over HTTP, and a `*Client` class encapsulating the LLM specific aspects.
…
-
**Bug description**
When chat history is enabled, the AI provides incorrect information about available functions, seemingly relying on outdated data from the chat history instead of querying the cur…
-
**Bug description**
org.springframework.web.client.RestClientException: Error while extracting response for type [org.springframework.ai.openai.api.OpenAiApi$ChatCompletion] and content type [text/ht…
-
-
Hi,
I am using openAI and registered a function for setting SQL parameters. When I ask a related question such as : "draw a chart of top selling products" I can clearly see that, the function is bein…
-
**Describe the bug**
On concurrent calls to an **AIService** with **MessageWindowChatMemory** and tools, the messages are not stored in proper order resulting in an invalid status on subsequent calls…
DDani updated
1 month ago
-
如题,搭建两种部署环境:
1. vllm +qwen 2
2. ollama + qwen2 ,
请问这两种部署方式,使用spring ai 来调用 qwen,能否使用function call?
-
有没有大佬讲一下,这个项目和Spring AI是在做一个事情吗?Spring AI用起来很方便
-
**Describe the bug**
In a Spring Boot WebFlux project, calling the stream method of Spring AI which then calls the Azure OpenAI SDK, it throws the exception
`block()/blockFirst()/blockLast() are bl…
-
The AiClient, EmbeddingClient or VectorStore clients interaction with their remote service endpoints could suffer from transient errors such as a momentary network glitch or rate limitation errors.
O…