trustgraph/scripts/de-write-qdrant
cybermaggedon af5508ff68
Cannot access s error (#50)
* 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).
2024-09-03 22:10:48 +01:00

6 lines
89 B
Python

#!/usr/bin/env python3
from trustgraph.storage.doc_embeddings.qdrant import run
run()