File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A smart qa bot that can answer questions based on existing documents.
6
6
7
7
### Prerequisites
8
8
9
- 1 . Java 1.8 +
9
+ 1 . Java 17 +
10
10
2 . Milvus 2.2.0+
11
11
12
12
### Installation
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >2.7.12 </version >
9
+ <version >3.1.2 </version >
10
10
<relativePath /> <!-- lookup parent from repository -->
11
11
</parent >
12
12
<groupId >com.apolloconfig.apollo.ai</groupId >
15
15
<name >qa-bot</name >
16
16
<description >a smart qa bot</description >
17
17
<properties >
18
- <java .version>8 </java .version>
18
+ <java .version>17 </java .version>
19
19
<openai-gpt3-java .version>0.12.0</openai-gpt3-java .version>
20
20
<guava .version>31.1-jre</guava .version>
21
21
<flexmark .version>0.62.2</flexmark .version>
You can’t perform that action at this time.
0 commit comments