We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273404f commit 2c42bb3Copy full SHA for 2c42bb3
.github/workflows/build.yaml
@@ -19,4 +19,4 @@ jobs:
19
distribution: "temurin"
20
cache: maven
21
- name: Build with Maven
22
- run: mvn --batch-mode --update-snapshots package
+ run: mvn -B -ntp package
README.md
@@ -33,6 +33,8 @@ Pgvector。参考 `docker-compose.yaml` 文件。
33
34
通过用户界面进行交互,访问 http://localhost:8080/webjars/chat-agent-ui/index.html
35
36
+
37
+
38
## 课程
39
40
[](https://www.bilibili.com/cheese/play/ss15645)
spring-ai-naive-rag-ui.png
411 KB
0 commit comments