Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Azure-Samples/llama-index-python
/ WebLoaderConfig
Class
WebLoaderConfig
backend/app/engine/loaders/web.py:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
class
WebLoaderConfig(BaseModel):
13
driver_arguments: list[str] = Field(default=None)
14
urls: list[CrawlUrl]
15
16
17
def
get_web_documents(config: WebLoaderConfig):
Callers
1
get_documents
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected