mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 07:29:05 +08:00
Fix component debug (#1583)
### What problem does this PR solve? #1582 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
43cd455b52
commit
4d10dbcf95
@ -19,7 +19,7 @@ from functools import partial
|
||||
import pandas as pd
|
||||
import requests
|
||||
import re
|
||||
|
||||
from graph.settings import DEBUG
|
||||
from graph.component.base import ComponentBase, ComponentParamBase
|
||||
|
||||
|
||||
|
@ -18,7 +18,7 @@ from abc import ABC
|
||||
from functools import partial
|
||||
from duckduckgo_search import DDGS
|
||||
import pandas as pd
|
||||
|
||||
from graph.settings import DEBUG
|
||||
from graph.component.base import ComponentBase, ComponentParamBase
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user