mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +02:00
Reference modules in core package.
This commit is contained in:
parent
3bbfe83ecf
commit
b84124f177
1 changed files with 5 additions and 4 deletions
|
|
@ -6,10 +6,11 @@ Input is text, output is embeddings vector.
|
|||
|
||||
from langchain_huggingface import HuggingFaceEmbeddings
|
||||
|
||||
from ... schema import EmbeddingsRequest, EmbeddingsResponse, Error
|
||||
from ... schema import embeddings_request_queue, embeddings_response_queue
|
||||
from ... log_level import LogLevel
|
||||
from ... base import ConsumerProducer
|
||||
from trustgraph.core.schema import EmbeddingsRequest, EmbeddingsResponse, Error
|
||||
from trustgraph.core.schema import embeddings_request_queue
|
||||
from trustgraph.core.schema import embeddings_response_queue
|
||||
from trustgraph.core.log_level import LogLevel
|
||||
from trustgraph.core.base import ConsumerProducer
|
||||
|
||||
module = ".".join(__name__.split(".")[1:-1])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue