简体   繁体   English

NEO4j,使用许可的图形数据科学库可以在目录中存储超过 3 个模型

[英]NEO4j, Storing more than `3` models in the catalog is available with a licensed Graph Data Science library

I am using NEO4j to do graph embedding.我正在使用 NEO4j 进行图形嵌入。 This is the document I follow. 是我遵循的文件。 When I am running the code in Neo4j.当我在 Neo4j 中运行代码时。

CALL gds.beta.graphSage.train(
  'noPropertiesGraph',
  {
    modelName: 'myModel',
    featureProperties: ['degree']
  }
)
YIELD trainMillis
RETURN trainMillis

I met this error.我遇到了这个错误。 How do I solve this?我该如何解决这个问题? 在此处输入图像描述

Graph Data Science GDS library has its own separate license for its Enterprise Edition, which is not covered under Neo4j Enterprise Edition. Graph Data Science GDS 库为其企业版拥有自己的单独许可,Neo4j 企业版未涵盖该许可。 You might wanna drop some of your older models to get this working.您可能想放弃一些旧型号以使其正常工作。

Check this GitHub discussion .检查此 GitHub讨论

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Neo4j - 图形数据科学库 - 如何对图形目录中的命名图形进行密码查询? - Neo4j - Graph Data Science library - How to cypher-query against a named graph in Graph Catalog? Neo4j,图数据科学 Python 库缩放函数 - Neo4j, Graph Data Science Python Library Scaling Functions 不在 Azure Neo4j VM 中的图形数据科学库 - Graph Data Science library not in Azure Neo4j VM 在 Neo4j v4.0 中,Graph Data Science Library:为什么 Native Projection 在性能方面优于 Cypher Projection? - In Neo4j v4.0, Graph Data Science Library: why is Native Projection better than Cypher Projection in terms of performance? Neo4j 图算法和图数据科学之间的区别 - Difference between Neo4j Graph Algorithms and Graph Data Science Neo4j,图形数据科学图书馆:计算介数返回负值 - Neo4j, Graph Data Science Library: Calculating betweenness returns negative values Neo4j algo.unionFind 与新的图形数据科学库等效 - Neo4j algo.unionFind equivalent with new Graph Data Science Library 在 Neo4j Graph Data Science 中,我可以使用自定义类型名称通过密码创建图形吗? - In Neo4j Graph Data Science, can I create graph by cypher with custom type name? 具有图形数据科学的嵌入式 Neo4j - BFS 过程似乎缺失 - Embedded Neo4j with Graph Data Science - BFS Procedure appears to be missing Neo4j虚拟机企业版Graph Data Science和APOC库如何安装使用? - How to install and use Graph Data Science and APOC lbraries in Neo4j Virtual Machine Enterprise?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM