fix(knext): fix example and knext requirements (#68)

This commit is contained in:
baifuyu 2024-01-08 15:17:56 +08:00 committed by GitHub
parent 658dbec25a
commit 0c04799e0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -4,14 +4,14 @@ Industry(产业): ConceptType
hypernymPredicate: isA
TaxOfProduct(产品分类): ConceptType
hypernymPredicate: isA
hypernymPredicate: isA
Product(产品): EntityType
properties:
hasSupplyChain(供应链): Product
constraint: MultiValue
belongToIndustry(所属产业): Industry
IND#belongTo(所属产品分类): TaxOfProduct
properties:
hasSupplyChain(供应链): Product
constraint: MultiValue
belongToIndustry(所属产业): Industry
IND#belongTo(所属产品分类): TaxOfProduct
Company(企业): EntityType
properties:

View File

@ -19,4 +19,5 @@ requests==2.31.0
setuptools==60.2.0
openspg-nn4k==0.0.2-beta1
Jinja2==3.1.2
cachetools==5.3.2
cachetools==5.3.2
numpy=1.24.4