Skip to content

Commit

Permalink
Add pdf-to-aas repository (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Vogel <[email protected]>
  • Loading branch information
JGrothoff authored Oct 10, 2024
1 parent 3cb35d7 commit 9146937
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions otterdog/eclipse-basyx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,23 @@ orgs.newOrg('eclipse-basyx') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('basyx-pdf-to-aas') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
web_commit_signoff_required: false,
description: "Python library to extract technical data via LLMs from PDF and export them in AAS format.",
topics+: [
"basyx",
"aas",
"asset-administration-shell",
"large-language-model",
"technical-data-extraction"
],
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('basyx-website') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 9146937

Please sign in to comment.