Skip to content

Commit

Permalink
standard - fix NameError
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Jan 7, 2025
1 parent 314f187 commit 061ab84
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from .Doc2VecEmbedding import Doc2VecEmbedding

from typing import List, Union, Literal

from swarmauri_standard.documents.Document import Document
Expand All @@ -9,7 +11,7 @@
from swarmauri_base.vector_stores.VectorStoreSaveLoadMixin import (
VectorStoreSaveLoadMixin,
)
from .Doc2VecEmbedding import Doc2VecEmbedding
from swarmauri_core.ComponentBase import ComponentBase

@ComponentBase.register_type(VectorStoreBase, 'Doc2VecVectorStore')
class Doc2VecVectorStore(
Expand Down

0 comments on commit 061ab84

Please sign in to comment.