trustgraph/ts/scripts
elpresidank 8f7008822a feat: add document pipeline — PDF decoder, Ollama LLM, storage services
Add end-to-end document processing pipeline:
- PDF decoder service (pdfjs-dist) extracts text per page from librarian docs
- Ollama native LLM service for local model inference
- FalkorDB triples store FlowProcessor consumer
- Qdrant graph embeddings store FlowProcessor consumer
- Fix spec name collisions in chunker/extractor (input→chunk-input, etc.)
- Gateway /load endpoint to trigger document processing
- Align flow manager blueprint and seed config with full pipeline topics
- Add runner scripts and test coverage for document load

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 23:47:43 -05:00
..
reset-nats.ts fix: NATS pipeline bugs, add integration tests and service runners 2026-04-05 23:41:39 -05:00
run-agent.ts feat: add document pipeline, ReAct agent, and knowledge core services 2026-04-06 00:19:37 -05:00
run-config.ts fix: NATS pipeline bugs, add integration tests and service runners 2026-04-05 23:41:39 -05:00
run-flow-manager.ts feat: add flow manager, config seeding, and expanded integration tests 2026-04-06 00:37:03 -05:00
run-gateway.ts fix: NATS pipeline bugs, add integration tests and service runners 2026-04-05 23:41:39 -05:00
run-graph-embeddings-store.ts feat: add document pipeline — PDF decoder, Ollama LLM, storage services 2026-04-06 23:47:43 -05:00
run-knowledge.ts feat: add document pipeline, ReAct agent, and knowledge core services 2026-04-06 00:19:37 -05:00
run-librarian.ts feat: add document pipeline, ReAct agent, and knowledge core services 2026-04-06 00:19:37 -05:00
run-llm-claude.ts fix: NATS pipeline bugs, add integration tests and service runners 2026-04-05 23:41:39 -05:00
run-llm-openai.ts fix: NATS pipeline bugs, add integration tests and service runners 2026-04-05 23:41:39 -05:00
run-ollama.ts feat: add document pipeline — PDF decoder, Ollama LLM, storage services 2026-04-06 23:47:43 -05:00
run-pdf-decoder.ts feat: add document pipeline — PDF decoder, Ollama LLM, storage services 2026-04-06 23:47:43 -05:00
run-prompt.ts fix: resolve FlowProcessor topic collisions, librarian timeout, tests 2026-04-06 01:02:10 -05:00
run-triples-store.ts feat: add document pipeline — PDF decoder, Ollama LLM, storage services 2026-04-06 23:47:43 -05:00
seed-config.ts feat: add document pipeline — PDF decoder, Ollama LLM, storage services 2026-04-06 23:47:43 -05:00
test-pipeline.ts feat: add document pipeline — PDF decoder, Ollama LLM, storage services 2026-04-06 23:47:43 -05:00