https://docs.llamaindex.ai/en/stable/examples/property_graph/property_graph_neo4j/I followed this guide to use the Property graph with Neo4j, but used ollama to run my own model instead of OpenAI. After running for a couple hours to create the graph, it errored out with this message:
neo4j.exceptions.ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure `db.create.setNodeVectorProperty`: Caused by: java.lang.IllegalArgumentException: Vector must only contain finite values. Provided: SequenceValueVectorCandidate[sequence=List{}]}