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
36f629b341
trustgraph
/
ts
/
scripts
/
run-chunker.ts
4 lines
80 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/chunking/service.js"
;
feat: add query/retrieval FlowProcessor services and missing runner scripts Wire up the query and retrieval side of the pipeline so the agent can answer questions from stored knowledge: - Triples query service (FalkorDB) — all SPO pattern queries via NATS - Graph embeddings query service (Qdrant) — entity vector similarity - Document embeddings query service (Qdrant) — chunk vector similarity - Graph RAG service — full concept→entity→traverse→score→synthesize pipeline - Document RAG service — embed→find chunks→synthesize pipeline - Runner scripts for chunker, extractor, embeddings (missing from Phase 5) - Add DocumentEmbeddingsRequest/Response schema types - Add RAG prompt templates (extract-concepts, edge-scoring, synthesize) - Add graph/doc embeddings query topics to seed config + flow manager - Add all pipeline/query/retrieval services to docker-compose - 8 new runner scripts, 8 new pnpm script aliases Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 01:05:54 -05:00
Use native runtimes for flow entrypoints
2026-06-02 02:34:03 -05:00
runMain
(
)
;
Reference in a new issue
Copy permalink