mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 11:52:10 +02:00
Fix missing symbols from schema.py
This commit is contained in:
parent
fd547f7762
commit
f2e6b8ca30
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ from trustgraph.llm_client import LlmClient
|
|||
from trustgraph.embeddings_client import EmbeddingsClient
|
||||
from . schema import text_completion_request_queue
|
||||
from . schema import text_completion_response_queue
|
||||
from . schema import embeddings_request_queue
|
||||
from . schema import embeddings_response_queue
|
||||
|
||||
LABEL="http://www.w3.org/2000/01/rdf-schema#label"
|
||||
DEFINITION="http://www.w3.org/2004/02/skos/core#definition"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue