File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >com.microsoft.openai.samples.rag</groupId >
1212 <artifactId >search-demo-java</artifactId >
13- <version >1.3.0-SNAPSHOT </version >
13+ <version >1.3.0</version >
1414 <name >openai-search-demo-java</name >
1515 <description >This sample demonstrates a few approaches for creating ChatGPT-like experiences over your own data using the Retrieval Augmented Generation pattern</description >
1616 <properties >
Original file line number Diff line number Diff line change 11{
22 "name" : " frontend" ,
33 "private" : true ,
4- "version" : " 1.3.0-alpha " ,
4+ "version" : " 1.3.0" ,
55 "type" : " module" ,
66 "engines" : {
77 "node" : " >=14.0.0"
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >indexer-parent</artifactId >
55 <groupId >com.microsoft.openai.samples</groupId >
6- <version >1.3.0-SNAPSHOT </version >
6+ <version >1.3.0</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >indexer-cli</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.microsoft.openai.samples</groupId >
99 <artifactId >indexer-parent</artifactId >
10- <version >1.3.0-SNAPSHOT </version >
10+ <version >1.3.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
2222<dependency >
2323 <groupId >com.microsoft.openai.samples</groupId >
2424 <artifactId >indexer-core</artifactId >
25- <version >1.3.0-SNAPSHOT </version >
25+ <version >1.3.0</version >
2626 </dependency >
2727</dependencies >
2828
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.microsoft.openai.samples</groupId >
99 <artifactId >indexer-parent</artifactId >
10- <version >1.3.0-SNAPSHOT </version >
10+ <version >1.3.0</version >
1111 <relativePath >../pom.xml</relativePath >
1212 </parent >
1313
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.microsoft.openai.samples</groupId >
88 <artifactId >indexer-parent</artifactId >
9- <version >1.3.0-SNAPSHOT </version >
9+ <version >1.3.0</version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
3131 <dependency >
3232 <groupId >com.microsoft.openai.samples</groupId >
3333 <artifactId >indexer-core</artifactId >
34- <version >1.3.0-SNAPSHOT </version >
34+ <version >1.3.0</version >
3535 </dependency >
3636 </dependencies >
3737
Original file line number Diff line number Diff line change 1111
1212 <groupId >com.microsoft.openai.samples</groupId >
1313 <artifactId >indexer-microservice</artifactId >
14- <version >1.3.0-SNAPSHOT </version >
14+ <version >1.3.0</version >
1515
1616
1717 <properties >
4141 <dependency >
4242 <groupId >com.microsoft.openai.samples</groupId >
4343 <artifactId >indexer-core</artifactId >
44- <version >1.3.0-SNAPSHOT </version >
44+ <version >1.3.0</version >
4545 </dependency >
4646 <dependency >
4747 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 66
77 <groupId >com.microsoft.openai.samples</groupId >
88 <artifactId >indexer-parent</artifactId >
9- <version >1.3.0-SNAPSHOT </version >
9+ <version >1.3.0</version >
1010 <packaging >pom</packaging >
1111
1212 <properties >
Original file line number Diff line number Diff line change 22
33name : azure-search-openai-demo-java-aca
44metadata :
5- 5+ 66services :
77 api :
88 project : ../../app/backend
Original file line number Diff line number Diff line change 22
33name : azure-search-openai-demo-java-aks
44metadata :
5- 5+ 66services :
77 api :
88 project : ../../app/backend
You can’t perform that action at this time.
0 commit comments