Skip to content

Commit

Permalink
updated indexer with azure ai sdk to 1.0.0-beta-8. Deleted CORS mappi…
Browse files Browse the repository at this point in the history
…ng as Vite reverse proxy is used during local development
  • Loading branch information
dantelmomsft committed May 16, 2024
1 parent 5f40937 commit 1e9e7f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.

This file was deleted.

15 changes: 11 additions & 4 deletions app/indexer/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@
<artifactId>azure-storage-blob</artifactId>
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<exclusions>
<exclusion>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-jackson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-openai</artifactId>
<version>${azure-openai.version}</version>
Expand Down

0 comments on commit 1e9e7f2

Please sign in to comment.