Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mriusero
/
A-Mistral-Agent
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
A-Mistral-Agent
/
src
/
web2llm
/
app
/
scraper
/
__init__.py
mriusero
feat: vector db for RAG
6a48f7d
10 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
"""
Module de scraping.
"""
from
src.web2llm.app.scraper.scraper
import
WebScraper, scrape_url
__all__ = [
'WebScraper'
,
'scrape_url'
]