mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 19:51:02 +02:00
Fix some imports
This commit is contained in:
parent
42ea9ed370
commit
9ec76a0bd1
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ Document embeddings store base class
|
|||
|
||||
from .. schema import DocumentEmbeddings
|
||||
from .. base import FlowProcessor, ConsumerSpec
|
||||
from .. exceptions import TooManyRequests
|
||||
|
||||
default_ident = "document-embeddings-write"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ Graph embeddings store base class
|
|||
|
||||
from .. schema import GraphEmbeddings
|
||||
from .. base import FlowProcessor, ConsumerSpec
|
||||
from .. exceptions import TooManyRequests
|
||||
|
||||
default_ident = "graph-embeddings-write"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue