neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            

Home Page:https://neo4j.com/labs/apoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add OpenAI (LLM) procedures

jexp opened this issue · comments

Similar to the NLP procedures, we can provide a number of procedures that make working with LLM easier

Starting with OpenAI API, possibly extending it to other providers

  • generate embeddings
  • text & chat completions

Thanks to @tomasonjo for the initial PR