Fix some imports

This commit is contained in:
Cyber MacGeddon 2025-04-19 20:08:23 +01:00
parent 42ea9ed370
commit 9ec76a0bd1
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Document embeddings store base class
from .. schema import DocumentEmbeddings from .. schema import DocumentEmbeddings
from .. base import FlowProcessor, ConsumerSpec from .. base import FlowProcessor, ConsumerSpec
from .. exceptions import TooManyRequests
default_ident = "document-embeddings-write" default_ident = "document-embeddings-write"

View file

@ -5,6 +5,7 @@ Graph embeddings store base class
from .. schema import GraphEmbeddings from .. schema import GraphEmbeddings
from .. base import FlowProcessor, ConsumerSpec from .. base import FlowProcessor, ConsumerSpec
from .. exceptions import TooManyRequests
default_ident = "graph-embeddings-write" default_ident = "graph-embeddings-write"