-
在 Spring AI 框架基础上,抽象和实现一套可用于构建 agent、multi-agent 工作流的框架。
框架具备如下一些核心特性:
* 支持将LLM、Tools、Human组成工作流成,灵活的支持多种形态的工作流,如并行分支、条件分支、fan-out/fan-in等
* 支持 Multi Agent(嵌套工作流)
* 支持暂停/重启(状态持久化)
* 支持人工介入
* 提…
-
Implement Spring Boot starter for `langchain4j-google-ai-gemini` in https://github.com/langchain4j/langchain4j-spring repo
-
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to create.
If the bug is trivial, just go ahead and create the issue. Otherwise, pl…
-
Can we implement some guardrails features in built in Spring AI so we no need to fine tune the prompt:
Gurard rails features:
- Should not be baiosed when ansering questions
- Does not answe…
-
org.springframework.ai
spring-ai-openai
Can you provide a programmatic dependency based on openai?
-
**Is your feature request related to a problem? Please describe.**
It becomes very hard for a complete beginner to read all the documentation especially for a person who needs to complete their projec…
-
**Expected Behavior**
Spring AI should support Speech-to-Text functionality in it.
**Current Behavior**
Spring AI supports OpenAI Text-to-Speech (TTS).
**Context**
We are building a…
-
**Expected Behavior**
Essentially, title.
Some of the modern UI frameworks for LLMs tend to standardize on using what's called an "OpenAI compliant API" response format, where, essentially, you …
-
**Bug description**
The image generation fails if image size not set e.g. via `spring.ai.image.options.openai.size` with (Azure) OpenAI with the following error.
```
org.springframework.ai.retry.No…
-
**Bug description**
I try to use vertex embedding and did test big document. I did set the auto-truncate to true.
This correspond to this options: https://github.com/spring-projects/spring-ai/blo…