mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-14 18:45:57 +08:00
fix duckduckgosearch.py bug (#1410)
### What problem does this PR solve? fix duckduckgosearch.py bug ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
6144a109ab
commit
e3f5464457
@ -16,7 +16,7 @@
|
|||||||
import random
|
import random
|
||||||
from abc import ABC
|
from abc import ABC
|
||||||
from functools import partial
|
from functools import partial
|
||||||
from duckduckgosearch import DDGS
|
from duckduckgo_search import DDGS
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
from graph.component.base import ComponentBase, ComponentParamBase
|
from graph.component.base import ComponentBase, ComponentParamBase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user