Skip to content

Commit

Permalink
updated extended.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed May 15, 2024
1 parent bfba042 commit d844338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion extended/src/main/java/apoc/ml/OpenAI.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import apoc.result.MapResult;
import apoc.util.JsonUtil;
import com.fasterxml.jackson.core.JsonProcessingException;
import org.jetbrains.annotations.NotNull;
import org.neo4j.graphdb.security.URLAccessChecker;
import org.neo4j.procedure.Context;
import org.neo4j.procedure.Description;
Expand Down
2 changes: 2 additions & 0 deletions extended/src/main/resources/extended.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ apoc.ml.cypher
apoc.ml.fromCypher
apoc.ml.query
apoc.ml.schema
apoc.ml.mixedbread.custom
apoc.ml.mixedbread.embedding
apoc.ml.openai.chat
apoc.ml.openai.completion
apoc.ml.openai.embedding
Expand Down

0 comments on commit d844338

Please sign in to comment.