openspg icon indicating copy to clipboard operation
openspg copied to clipboard

OpenSPG is a Knowledge Graph Engine developed by Ant Group in collaboration with OpenKG, based on the SPG (Semantic-enhanced Programmable Graph) framework. Core Capabilities: 1) domain model constra...

Results 87 openspg issues
Sort by recently updated
recently updated
newest added

按照[用户手册](https://openspg.yuque.com/ndx6g9/nmwkzz/dwhkxr7o6udthq4n#6c15f02d)执行供应链demo时,遇到报错: ```log (openspg_venv) root@docker-desktop:/code/python/knext/knext/examples/supplychain# knext builder execute ProductChainEvent 2024-04-30 03:57:44,128 [] [] [main] INFO c.a.o.c.i.g.GraphStoreClientDriverManager - registerDriver: com.antgroup.openspg.cloudext.impl.graphstore.tugraph.TuGraphStoreClientDriver@6200f9cb 2024-04-30 03:57:44,136 [] [] [main] INFO c.a.o.c.u.DriverManagerUtils - DriverManager.initialize: cloudext.graphstore.drivers = null...

``` Atest(测试): EntityType properties: friend(朋友): Person properties: alias(别名): Text ``` builder_job的代码应该怎么写

如白皮书案例中的callForMarketShares(s.id, 'marketShare') 应该定义在哪里? ``` Define (s:Compnay)-[p:marketShare]->(o:Float) { Structure { (s) } Constraint { o = callForMarketShares(s.id, 'marketShare') } } ```

请问集成oneke时执行NNInvoker.from_config("local_sft.json").local_sft()报错如何解决,报错信息如下: Parameter 'function'= of the transform datasets.arrow_dataset.Dataset._map_single couldn't be hashed properly, a random hash was used instead. Make sure your transforms and parameters are serializable with pickle or dill for...