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 10
10
</parent >
11
11
<groupId >com.microsoft.openai.samples.rag</groupId >
12
12
<artifactId >search-demo-java</artifactId >
13
- <version >1.3.0-SNAPSHOT </version >
13
+ <version >1.3.0</version >
14
14
<name >openai-search-demo-java</name >
15
15
<description >This sample demonstrates a few approaches for creating ChatGPT-like experiences over your own data using the Retrieval Augmented Generation pattern</description >
16
16
<properties >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frontend" ,
3
3
"private" : true ,
4
- "version" : " 1.3.0-alpha " ,
4
+ "version" : " 1.3.0" ,
5
5
"type" : " module" ,
6
6
"engines" : {
7
7
"node" : " >=14.0.0"
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >indexer-parent</artifactId >
5
5
<groupId >com.microsoft.openai.samples</groupId >
6
- <version >1.3.0-SNAPSHOT </version >
6
+ <version >1.3.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >indexer-cli</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.microsoft.openai.samples</groupId >
9
9
<artifactId >indexer-parent</artifactId >
10
- <version >1.3.0-SNAPSHOT </version >
10
+ <version >1.3.0</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
22
22
<dependency >
23
23
<groupId >com.microsoft.openai.samples</groupId >
24
24
<artifactId >indexer-core</artifactId >
25
- <version >1.3.0-SNAPSHOT </version >
25
+ <version >1.3.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.microsoft.openai.samples</groupId >
9
9
<artifactId >indexer-parent</artifactId >
10
- <version >1.3.0-SNAPSHOT </version >
10
+ <version >1.3.0</version >
11
11
<relativePath >../pom.xml</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.microsoft.openai.samples</groupId >
8
8
<artifactId >indexer-parent</artifactId >
9
- <version >1.3.0-SNAPSHOT </version >
9
+ <version >1.3.0</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
31
31
<dependency >
32
32
<groupId >com.microsoft.openai.samples</groupId >
33
33
<artifactId >indexer-core</artifactId >
34
- <version >1.3.0-SNAPSHOT </version >
34
+ <version >1.3.0</version >
35
35
</dependency >
36
36
</dependencies >
37
37
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.microsoft.openai.samples</groupId >
13
13
<artifactId >indexer-microservice</artifactId >
14
- <version >1.3.0-SNAPSHOT </version >
14
+ <version >1.3.0</version >
15
15
16
16
17
17
<properties >
41
41
<dependency >
42
42
<groupId >com.microsoft.openai.samples</groupId >
43
43
<artifactId >indexer-core</artifactId >
44
- <version >1.3.0-SNAPSHOT </version >
44
+ <version >1.3.0</version >
45
45
</dependency >
46
46
<dependency >
47
47
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.microsoft.openai.samples</groupId >
8
8
<artifactId >indexer-parent</artifactId >
9
- <version >1.3.0-SNAPSHOT </version >
9
+ <version >1.3.0</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<properties >
Original file line number Diff line number Diff line change 2
2
3
3
name : azure-search-openai-demo-java-aca
4
4
metadata :
5
- template : azure-search-openai-demo-java-aca@1.3.0.alpha
5
+ template : azure-search-openai-demo-java-aca@1.3.0
6
6
services :
7
7
api :
8
8
project : ../../app/backend
Original file line number Diff line number Diff line change 2
2
3
3
name : azure-search-openai-demo-java-aks
4
4
metadata :
5
- template : azure-search-openai-demo-java-aks@1.3.0.alpha
5
+ template : azure-search-openai-demo-java-aks@1.3.0
6
6
services :
7
7
api :
8
8
project : ../../app/backend
Original file line number Diff line number Diff line change 3
3
name : azure-search-openai-demo-java-app-service
4
4
metadata :
5
5
6
- template : azure-search-openai-demo-java-app-service@1.3.0.alpha
6
+ template : azure-search-openai-demo-java-app-service@1.3.0
7
7
services :
8
8
backend :
9
9
project : ../../app/backend
You can’t perform that action at this time.
0 commit comments