Skip to content

Commit 4dbd92a

Browse files
committed
Use markdown as input for the LLM and add extracted microdata separatley
1 parent af98fc1 commit 4dbd92a

5 files changed

Lines changed: 481 additions & 97 deletions

File tree

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"jbtronics/dompdf-font-loader-bundle": "^1.0.0",
3434
"jbtronics/settings-bundle": "^3.0.0",
3535
"jfcherng/php-diff": "^6.14",
36+
"jkphl/micrometa": "dev-master",
3637
"knpuniversity/oauth2-client-bundle": "^2.15",
3738
"league/commonmark": "^2.7",
3839
"league/csv": "^9.8.0",
@@ -159,6 +160,12 @@
159160
"App\\Tests\\": "tests/"
160161
}
161162
},
163+
"repositories": [
164+
{
165+
"type": "vcs",
166+
"url": "https://github.com/jbtronics/micrometa"
167+
}
168+
],
162169
"scripts": {
163170
"auto-scripts": {
164171
"cache:clear": "symfony-cmd",

0 commit comments

Comments
 (0)