Skip to content

Commit 1e9e7f2

Browse files
committed
updated indexer with azure ai sdk to 1.0.0-beta-8. Deleted CORS mapping as Vite reverse proxy is used during local development
1 parent 5f40937 commit 1e9e7f2

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

app/backend/src/main/java/com/microsoft/openai/samples/rag/config/WebConfig.java

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/indexer/core/pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,18 @@
3232
<artifactId>azure-storage-blob</artifactId>
3333
</dependency>
3434

35-
<dependency>
36-
<groupId>com.azure</groupId>
37-
<artifactId>azure-search-documents</artifactId>
35+
<dependency>
36+
<groupId>com.azure</groupId>
37+
<artifactId>azure-search-documents</artifactId>
38+
<exclusions>
39+
<exclusion>
40+
<groupId>com.azure</groupId>
41+
<artifactId>azure-core-serializer-json-jackson</artifactId>
42+
</exclusion>
43+
</exclusions>
3844
</dependency>
39-
<dependency>
45+
46+
<dependency>
4047
<groupId>com.azure</groupId>
4148
<artifactId>azure-ai-openai</artifactId>
4249
<version>${azure-openai.version}</version>

0 commit comments

Comments
 (0)