apoc.ml
Qualified Name | Type |
---|---|
apoc.openai.embedding([texts], api_key, configuration) - returns the embeddings for a given text |
Procedure |
apoc.ml.openai.completion(prompt, api_key, configuration) - prompts the completion API |
Procedure |
apoc.ml.openai.chat(messages, api_key, configuration]) - prompts the completion API |
Procedure |
apoc.ml.sagemaker.chat(body, $conf) - To create a customizable SageMaker call |
Procedure |
apoc.ml.sagemaker.chat(messages, $conf) - Prompts the chat completion API |
Procedure |
apoc.ml.sagemaker.completion(prompt, $conf) - Prompts the completion API |
Procedure |
apoc.ml.sagemaker.embedding([texts], $configuration) - Returns the embeddings for a given text |
Procedure |
apoc.ml.bedrock.list() - lists the available Bedrock models |
Procedure |
apoc.ml.bedrock.custom(body, configuration) - to create a customizable bedrock call |
Procedure |
apoc.ml.bedrock.chat(messages, $conf) - prompts the completion API |
Procedure |
apoc.ml.bedrock.completion(prompt, $conf) - prompts the completion API |
Procedure |
apoc.ml.bedrock.embedding([texts], $configuration) - returns the embeddings for a given text |
Procedure |
apoc.ml.bedrock.image(body, configuration) - generates an image from a prompt |
Procedure |
apoc.ml.watson.embedding([texts], accessToken, $configuration) - returns the embeddings for a given text |
Procedure |
apoc.ml.watson.chat(messages, accessToken, $configuration) - prompts the completion API |
Procedure |
apoc.ml.watson.completion(prompt, accessToken, $configuration) - prompts the completion API |
Procedure |
apoc.mixedbread.custom(, configuration) - returns the embeddings for a given text |
Procedure |
apoc.mixedbread.mixedbread([texts], api_key, configuration) - returns the embeddings for a given text |
Procedure |
apoc.ml.rag() - takes a query in cypher and in natural language and returns the results in natural language |
Procedure |
apoc.ml.fromCypher() - takes a query in cypher and in natural language and returns the results in natural language |
Procedure |
apoc.ml.query() - takes a question and returns the answer as a map |
Procedure |
apoc.ml.schema() - returns the schema of the database |
Procedure |
apoc.ml.cypher() - takes a question and returns a cypher query |
Procedure |
apoc.ml.fromQueries() - takes a list of cypher queries and returns a result in natural language |
Procedure |
apoc.vertexai.embedding([texts], accessToken, project, configuration) - returns the embeddings for a given text |
Procedure |
apoc.ml.vertexai.completion(prompt, accessToken, project, configuration) - prompts the completion API |
Procedure |
apoc.ml.vertexai.chat(messages, accessToken, project, configuration]) - prompts the completion API |
Procedure |
apoc.ml.vertexai.stream(contents, accessToken, project, configuration) - prompts the streaming API |
Procedure |
apoc.ml.vertexai.custom(contents, accessToken, project, configuration) - prompts a customizable API |
Procedure |