This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
trustgraph
Watch
1
Star
0
Fork
You've already forked trustgraph
0
mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced
2026-07-01 09:29:38 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
7f9541e4fa
trustgraph
/
ts
/
scripts
/
run-triples-store.ts
4 lines
96 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Use native runtimes for flow entrypoints
2026-06-02 02:34:03 -05:00
import
{
runMain
}
from
"../packages/flow/src/storage/triples/falkordb-service.js"
;
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
Use native runtimes for flow entrypoints
2026-06-02 02:34:03 -05:00
runMain
(
)
;
Reference in a new issue
Copy permalink