mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-06 20:02:11 +02:00
Change trustgraph.trustgraph to trustgraph.direct.cassandra
This commit is contained in:
parent
6f1f9b615c
commit
697214635b
5 changed files with 4 additions and 9 deletions
|
|
@ -9,10 +9,8 @@ import os
|
|||
import argparse
|
||||
import time
|
||||
|
||||
from .... trustgraph import TrustGraph
|
||||
from .... schema import GraphEmbeddings
|
||||
from .... schema import graph_embeddings_store_queue
|
||||
from .... log_level import LogLevel
|
||||
from .... base import Consumer
|
||||
|
||||
from . writer import ParquetWriter
|
||||
|
|
|
|||
|
|
@ -9,10 +9,8 @@ import os
|
|||
import argparse
|
||||
import time
|
||||
|
||||
from .... trustgraph import TrustGraph
|
||||
from .... schema import Triple
|
||||
from .... schema import triples_store_queue
|
||||
from .... log_level import LogLevel
|
||||
from .... base import Consumer
|
||||
|
||||
from . writer import ParquetWriter
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
|
||||
from trustgraph.trustgraph import TrustGraph
|
||||
from . direct.cassandra import TrustGraph
|
||||
from . direct.milvus import TripleVectors
|
||||
from trustgraph.trustgraph import TrustGraph
|
||||
from trustgraph.llm_client import LlmClient
|
||||
from trustgraph.embeddings_client import EmbeddingsClient
|
||||
from . llm_client import LlmClient
|
||||
from . embeddings_client import EmbeddingsClient
|
||||
from . schema import text_completion_request_queue
|
||||
from . schema import text_completion_response_queue
|
||||
from . schema import embeddings_request_queue
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import os
|
|||
import argparse
|
||||
import time
|
||||
|
||||
from .... trustgraph import TrustGraph
|
||||
from .... direct.cassandra import TrustGraph
|
||||
from .... schema import Triple
|
||||
from .... schema import triples_store_queue
|
||||
from .... log_level import LogLevel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue