mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix mismatching ge-query / graph-embeddings-query service idents (#648)
This commit is contained in:
parent
7d2d59a80f
commit
6d8da748d7
8 changed files with 8 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ from . producer_spec import ProducerSpec
|
|||
# Module logger
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
default_ident = "ge-query"
|
||||
default_ident = "doc-embeddings-query"
|
||||
|
||||
class DocumentEmbeddingsQueryService(FlowProcessor):
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ from . producer_spec import ProducerSpec
|
|||
# Module logger
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
default_ident = "ge-query"
|
||||
default_ident = "graph-embeddings-query"
|
||||
|
||||
class GraphEmbeddingsQueryService(FlowProcessor):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue