You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# File Path: vectorflow/routers/file_serializer_routerfromindexifyimportIndexifyFunctionfrommodelsimportFileConfig# P.S. This is going to be a router but just for debugging made this `IndexifyFunction`.classFileSerializerRouter(IndexifyFunction):
name="file_serializer_router"description="Test Desc"def__init__(self) ->None:
super().__init__()
defrun(self, file_config: FileConfig) ->str:
print(f"file_config:{file_config}")
return"None"
Hi Team, I am facing the issue
ModuleNotFoundError: No module named 'models'
inside executor functions and not able to debug it.I have included all the necessary information about the code below.
Deployment of Graph
My Router
File Structure
Thanks in advance 😄
The text was updated successfully, but these errors were encountered: