MCPcopy 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
12class WebLoaderConfig(BaseModel):
13 driver_arguments: list[str] = Field(default=None)
14 urls: list[CrawlUrl]
15
16
17def get_web_documents(config: WebLoaderConfig):

Callers 1

get_documentsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected