mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* Fix order of statements error * Bump version * Update templates * Add missing script files * Added missing DE support init * Fixed bugs preventing definition extraction from working (#49).
6 lines
87 B
Python
6 lines
87 B
Python
#!/usr/bin/env python3
|
|
|
|
from trustgraph.query.doc_embeddings.qdrant import run
|
|
|
|
run()
|
|
|