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.
66
77### Prerequisites
88
9- 1 . Java 1.8 +
9+ 1 . Java 17 +
10102 . Milvus 2.2.0+
1111
1212### Installation
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >2.7.12 </version >
9+ <version >3.1.2 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212 <groupId >com.apolloconfig.apollo.ai</groupId >
1515 <name >qa-bot</name >
1616 <description >a smart qa bot</description >
1717 <properties >
18- <java .version>8 </java .version>
18+ <java .version>17 </java .version>
1919 <openai-gpt3-java .version>0.12.0</openai-gpt3-java .version>
2020 <guava .version>31.1-jre</guava .version>
2121 <flexmark .version>0.62.2</flexmark .version>
You can’t perform that action at this time.
0 commit comments