Skip to content

Commit 20ffbec

Browse files
committed
merging main and fix scripts
2 parents 225b13d + f830adc commit 20ffbec

File tree

15 files changed

+1883
-1777
lines changed

15 files changed

+1883
-1777
lines changed

.github/workflows/app-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- "app/**"
99
tags:
10-
- v.*.*.*
10+
- v*.*.*
1111
workflow_dispatch:
1212

1313
jobs:

README.md

Lines changed: 38 additions & 30 deletions
Large diffs are not rendered by default.

app/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.microsoft.openai.samples.rag</groupId>
1212
<artifactId>search-demo-java</artifactId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.2.0-SNAPSHOT</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>

app/frontend/package-lock.json

Lines changed: 1820 additions & 1722 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/frontend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@
1414
"dependencies": {
1515
"@azure/msal-react": "^2.0.4",
1616
"@azure/msal-browser": "^3.1.0",
17-
"@fluentui/react": "^8.112.3",
18-
"@fluentui/react-components": "^9.35.0",
19-
"@fluentui/react-icons": "^2.0.220",
17+
"@fluentui/react": "^8.112.5",
18+
"@fluentui/react-components": "^9.37.3",
19+
"@fluentui/react-icons": "^2.0.221",
2020
"@react-spring/web": "^9.7.3",
2121
"dompurify": "^3.0.6",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0",
24-
"react-router-dom": "^6.16.0",
24+
"react-router-dom": "^6.18.0",
2525
"ndjson-readablestream": "^1.0.7",
2626
"scheduler": "^0.20.2"
2727
},
2828
"devDependencies": {
2929
"@types/dompurify": "^3.0.3",
30-
"@types/react": "^18.2.28",
31-
"@types/react-dom": "^18.2.13",
32-
"@vitejs/plugin-react": "^4.1.0",
30+
"@types/react": "^18.2.34",
31+
"@types/react-dom": "^18.2.14",
32+
"@vitejs/plugin-react": "^4.1.1",
3333
"prettier": "^3.0.3",
3434
"typescript": "^5.2.2",
35-
"vite": "^4.4.11"
35+
"vite": "^4.5.0"
3636
}
3737
}

app/indexer/cli/dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>indexer-parent</artifactId>
55
<groupId>com.microsoft.openai.samples</groupId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.2.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>indexer-cli</artifactId>

app/indexer/cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.openai.samples</groupId>
99
<artifactId>indexer-parent</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.2.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.microsoft.openai.samples</groupId>
2424
<artifactId>indexer-core</artifactId>
25-
<version>1.0-SNAPSHOT</version>
25+
<version>1.2.0-SNAPSHOT</version>
2626
</dependency>
2727
</dependencies>
2828

app/indexer/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.microsoft.openai.samples</groupId>
99
<artifactId>indexer-parent</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.2.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

app/indexer/functions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.openai.samples</groupId>
88
<artifactId>indexer-parent</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.2.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

app/indexer/microservice/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.microsoft.openai.samples</groupId>
1313
<artifactId>indexer-microservice</artifactId>
14-
<version>1.0-SNAPSHOT</version>
14+
<version>1.2.0-SNAPSHOT</version>
1515

1616

1717
<properties>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.microsoft.openai.samples</groupId>
4343
<artifactId>indexer-core</artifactId>
44-
<version>1.0-SNAPSHOT</version>
44+
<version>1.2.0-SNAPSHOT</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)