Skip to content

Commit

Permalink
Removed unused imports and fixed StartupExtendedTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Jul 24, 2023
1 parent 3ffb31c commit 3e66a1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extended/src/main/java/apoc/ml/Prompt.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.fasterxml.jackson.core.JsonProcessingException;
import org.jetbrains.annotations.NotNull;
import org.neo4j.graphdb.QueryExecutionException;
import org.neo4j.graphdb.Result;
import org.neo4j.graphdb.Transaction;
import org.neo4j.internal.kernel.api.procs.ProcedureCallContext;
import org.neo4j.logging.Log;
Expand All @@ -20,7 +19,6 @@
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.atomic.AtomicReference;
import java.util.stream.Collectors;
import java.util.stream.LongStream;
import java.util.stream.Stream;
Expand Down
3 changes: 3 additions & 0 deletions extended/src/main/resources/extended.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ apoc.log.warn
apoc.metrics.get
apoc.metrics.list
apoc.metrics.storage
apoc.ml.cypher
apoc.ml.query
apoc.ml.schema
apoc.ml.openai.chat
apoc.ml.openai.completion
apoc.ml.openai.embedding
Expand Down

0 comments on commit 3e66a1e

Please sign in to comment.