mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-07-31 21:11:59 +08:00
Import akshare lazzily. (#4708)
### What problem does this PR solve? #4696 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
e1526846da
commit
b2bb560007
@ -15,7 +15,6 @@
|
|||||||
#
|
#
|
||||||
from abc import ABC
|
from abc import ABC
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import akshare as ak
|
|
||||||
from agent.component.base import ComponentBase, ComponentParamBase
|
from agent.component.base import ComponentBase, ComponentParamBase
|
||||||
|
|
||||||
|
|
||||||
@ -36,6 +35,7 @@ class AkShare(ComponentBase, ABC):
|
|||||||
component_name = "AkShare"
|
component_name = "AkShare"
|
||||||
|
|
||||||
def _run(self, history, **kwargs):
|
def _run(self, history, **kwargs):
|
||||||
|
import akshare as ak
|
||||||
ans = self.get_input()
|
ans = self.get_input()
|
||||||
ans = ",".join(ans["content"]) if "content" in ans else ""
|
ans = ",".join(ans["content"]) if "content" in ans else ""
|
||||||
if not ans:
|
if not ans:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user