-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build KG2.10.1 #408
Comments
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 4, 2024
Build problems:
|
ecwood
added a commit
that referenced
this issue
Sep 8, 2024
ecwood
added a commit
that referenced
this issue
Sep 8, 2024
ecwood
added a commit
that referenced
this issue
Sep 9, 2024
ecwood
added a commit
that referenced
this issue
Sep 9, 2024
ecwood
added a commit
that referenced
this issue
Sep 9, 2024
Build is complete, closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Build and load KG2:
bash -x instance_management/clear-instance.sh
git clone https://github.com/RTXteam/RTX-KG2.git
bash -x RTX-KG2/setup/setup-kg2-build.sh
~/kg2-build/setup-kg2-build.log
to ensure setup completed successfullybash -x ~/kg2-code/build/build-kg2-snakemake.sh all -F -n
~/kg2-build/build-kg2-snakemake-n.log
to ensure all rules are includedtouch ~/kg2-build/minor-release
for a minor release ortouch ~/kg2-build/major-release
for a major release. If you don't want to change the version number, ignore this step.screen -S buildkg2
bash -x ~/kg2-code/build/build-kg2-snakemake.sh all -F
~/kg2-build/build-kg2-snakemake.log
~/kg2-build/kg2-version.txt
kg2-simplified-report.json
; compare against previouskg2-simplified-report.json
to identify any major changesrtx.ai
underNetworking
on LightsailRTX-KG2/tsv-to-neo4j.sh > ~/kg2-build/tsv-to-neo4j.log 2>&1
kg2endpoint-kg2-10-1.rtx.ai
pointing to the hostname for the Neo4j endpoint (which might be something likekg2endpoint3.rtx.ai
).kg2-versions.md
(see Cypher command below).master
Example Cypher to get versions of many of the knowledge sources in a specific build of KG2pre:
The text was updated successfully, but these errors were encountered: