Use markdown as input for the LLM and add extracted microdata separatley

This commit is contained in:
Jan Böhmer 2026-04-26 19:36:03 +02:00
parent af98fc1079
commit 4dbd92ac4d
5 changed files with 481 additions and 97 deletions

View file

@ -33,6 +33,7 @@
"jbtronics/dompdf-font-loader-bundle": "^1.0.0",
"jbtronics/settings-bundle": "^3.0.0",
"jfcherng/php-diff": "^6.14",
"jkphl/micrometa": "dev-master",
"knpuniversity/oauth2-client-bundle": "^2.15",
"league/commonmark": "^2.7",
"league/csv": "^9.8.0",
@ -159,6 +160,12 @@
"App\\Tests\\": "tests/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jbtronics/micrometa"
}
],
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",