feat: add LLM import pipeline with file upload and text input

This commit is contained in:
2026-05-21 10:29:35 -04:00
parent b179135136
commit 578d1ae068
4 changed files with 221 additions and 35 deletions
+4
View File
@@ -42,6 +42,7 @@ library
build-depends:
aeson
, base >=4.7 && <5
, base64-bytestring
, blaze-html
, blaze-markup
, bytestring
@@ -79,6 +80,7 @@ executable check-recipes
build-depends:
aeson
, base >=4.7 && <5
, base64-bytestring
, blaze-html
, blaze-markup
, bytestring
@@ -117,6 +119,7 @@ executable roux-server
build-depends:
aeson
, base >=4.7 && <5
, base64-bytestring
, blaze-html
, blaze-markup
, bytestring
@@ -161,6 +164,7 @@ test-suite roux-server-test
build-depends:
aeson
, base >=4.7 && <5
, base64-bytestring
, blaze-html
, blaze-markup
, bytestring