File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
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.1.0-SNAPSHOT </version >
13
+ <version >1.1.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 3
3
<parent >
4
4
<artifactId >indexer-parent</artifactId >
5
5
<groupId >com.microsoft.openai.samples</groupId >
6
- <version >1.0-SNAPSHOT </version >
6
+ <version >1.1.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.0-SNAPSHOT </version >
10
+ <version >1.1.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.0-SNAPSHOT </version >
25
+ <version >1.1.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.0-SNAPSHOT </version >
10
+ <version >1.1.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
7
7
<groupId >com.microsoft.openai.samples</groupId >
8
8
<artifactId >indexer-parent</artifactId >
9
- <version >1.0-SNAPSHOT </version >
9
+ <version >1.1.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
4
4
metadata :
5
-
5
+
6
6
services :
7
7
backend :
8
8
project : ./app/backend
You can’t perform that action at this time.
0 commit comments