Skip to content

Commit

Permalink
release v1.1.0 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dantelmomsft committed Jan 8, 2024
1 parent c63cfc1 commit 88d4c08
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.microsoft.openai.samples.rag</groupId>
<artifactId>search-demo-java</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<name>openai-search-demo-java</name>
<description>This sample demonstrates a few approaches for creating ChatGPT-like experiences over your own data using the Retrieval Augmented Generation pattern</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion app/indexer/cli/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>indexer-parent</artifactId>
<groupId>com.microsoft.openai.samples</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>indexer-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions app/indexer/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-core</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion app/indexer/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion app/indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: azure-search-openai-demo
metadata:
template: [email protected]-alpha
template: [email protected]
services:
backend:
project: ./app/backend
Expand Down

0 comments on commit 88d4c08

Please sign in to comment.