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).
This commit is contained in:
cybermaggedon 2024-09-03 22:10:48 +01:00 committed by GitHub
parent 208c219962
commit af5508ff68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 270 additions and 255 deletions

6
scripts/de-query-qdrant Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.query.doc_embeddings.qdrant import run
run()