learning_ai_common_plat/services/extraction-service
saravanakumardb1 548f7199bf fix(extraction-service): fix QueueJob generic type mismatch in createJob
enqueue() returns QueueJob<TPayload, unknown> since no result exists at
enqueue time. mapQueueJob expects ExtractionJobResult. Cast at the call
site since newly enqueued jobs have undefined result and all accesses
use optional chaining.
2026-03-19 18:12:34 -07:00
..
evals docs(local-llm): update original setup doc to redirect to docs/ structure 2026-02-19 13:01:35 -08:00
python feat(extraction): Phase 6 advanced features (6.1-6.8) 2026-02-14 14:08:02 -08:00
src fix(extraction-service): fix QueueJob generic type mismatch in createJob 2026-03-19 18:12:34 -07:00
.env.example feat(extraction): scaffold extraction-service + @bytelyst/extraction package 2026-02-14 13:31:40 -08:00
Dockerfile fix(extraction-service): run python sidecar on railway 2026-02-17 11:32:40 -08:00
package.json feat(queue): add durable worker runtime and extraction integration 2026-03-14 06:25:10 +00:00
supervisord.conf fix(extraction-service): run python sidecar on railway 2026-02-17 11:32:40 -08:00
tsconfig.json feat(extraction): scaffold extraction-service + @bytelyst/extraction package 2026-02-14 13:31:40 -08:00