fix langflow file service change
This commit is contained in:
parent
cb3ceceafe
commit
d5166f4314
1 changed files with 2 additions and 0 deletions
|
|
@ -332,6 +332,8 @@ async def initialize_services():
|
|||
else:
|
||||
logger.info("[CONNECTORS] Skipping connection loading in no-auth mode")
|
||||
|
||||
langflow_file_service = LangflowFileService()
|
||||
|
||||
return {
|
||||
"document_service": document_service,
|
||||
"search_service": search_service,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue