Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CGIAR
/
farmerbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
farmerbot
/
data_ret.py
Nelly43
Update app
0c6d13f
21 days ago
raw
Copy download link
history
blame
contribute
delete
179 Bytes
from
langchain_community.document_loaders
import
WebBaseLoader
def
data_ret2
(
link
):
start=
1
loader = WebBaseLoader(
f"
{link}
"
)
data = loader.load()
return
data