moved EmbeddingStoreIngestor from langchain4j to langchain4j-core (#285)

This commit is contained in:
deep-learning-dynamo 2023-12-14 16:33:02 +01:00
parent 5971718145
commit 3882133f6e
3 changed files with 12 additions and 1 deletions

View File

@ -52,8 +52,19 @@
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>