Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-13-2022 08:56 AM
Hi, I am trying to create a natural language query to cypher query and retrieve relevant information to the user. I'm using the apoc plugin to achieve that. When I'm trying to iterate over my files and perform nlp actions and tag the categories of the articles.
I'm using the below piece of code:
07-13-2022 06:53 PM - edited 07-13-2022 06:55 PM
Hi @SushmiT
I found the mistake.
Please add '), to this line.
key: apoc.static.get('gcp.apiKey // node property that contains the text
key: apoc.static.get('gcp.apiKey'), // node property that contains the text
07-13-2022 07:01 PM
hi I'm going to sound obvious, but did you run an unit test ? just passing one node , and no comments inside apoc procedure ?
I've been using Azure Cognitive Services without trouble ...
All the sessions of the conference are now available online