Refactor names (#4)

- Downsize embeddings model to mini-lm in docker-compose files
- Rename for structure
- Default queues defined in schema file
- Standardize naming: graph embeddings, chunk embeddings, triples
This commit is contained in:
cybermaggedon 2024-07-23 21:34:03 +01:00 committed by GitHub
parent cbddf197ad
commit 3947920ee8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
71 changed files with 764 additions and 585 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
from trustgraph.decoder.pdf import run
from trustgraph.decoding.pdf import run
run()