mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-30 02:46:23 +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
|
|
@ -6,11 +6,11 @@ Input is text, output is embeddings vector.
|
|||
|
||||
from langchain_huggingface import HuggingFaceEmbeddings
|
||||
|
||||
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
|
||||
from trustgraph.schema import EmbeddingsRequest, EmbeddingsResponse, Error
|
||||
from trustgraph.schema import embeddings_request_queue
|
||||
from trustgraph.schema import embeddings_response_queue
|
||||
from trustgraph.log_level import LogLevel
|
||||
from trustgraph.base import ConsumerProducer
|
||||
|
||||
module = ".".join(__name__.split(".")[1:-1])
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue