mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Feature/simpler subpackages (#81)
* Back to simpler directory structure * Bump version, update templates
This commit is contained in:
parent
f081933217
commit
cdace22ee4
256 changed files with 411 additions and 411 deletions
2
trustgraph-core/scripts/de-query-qdrant
Normal file → Executable file
2
trustgraph-core/scripts/de-query-qdrant
Normal file → Executable file
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.core.query.doc_embeddings.qdrant import run
|
||||
from trustgraph.query.doc_embeddings.qdrant import run
|
||||
|
||||
run()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue