We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f40937 commit 1e9e7f2Copy full SHA for 1e9e7f2
app/backend/src/main/java/com/microsoft/openai/samples/rag/config/WebConfig.java
app/indexer/core/pom.xml
@@ -32,11 +32,18 @@
32
<artifactId>azure-storage-blob</artifactId>
33
</dependency>
34
35
-<dependency>
36
- <groupId>com.azure</groupId>
37
- <artifactId>azure-search-documents</artifactId>
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-search-documents</artifactId>
38
+ <exclusions>
39
+ <exclusion>
40
41
+ <artifactId>azure-core-serializer-json-jackson</artifactId>
42
+ </exclusion>
43
+ </exclusions>
44
45
+
46
47
<groupId>com.azure</groupId>
48
<artifactId>azure-ai-openai</artifactId>
49
<version>${azure-openai.version}</version>
0 commit comments