mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
7 lines
168 B
JavaScript
7 lines
168 B
JavaScript
|
|
import("../packages/flow/dist/query/embeddings/qdrant-graph-service.js")
|
||
|
|
.then((m) => m.run())
|
||
|
|
.catch((err) => {
|
||
|
|
console.error(err);
|
||
|
|
process.exit(1);
|
||
|
|
});
|