DocumentLoader Class
Utility class to load a document from a URL.
Constructor
DocumentLoader()
Methods
| from_uri |
Load the manifest from the given URL. |
from_uri
Load the manifest from the given URL.
async static from_uri(url: str, http_client: AsyncClient, auth_callback: Callable[[...], Awaitable[dict[str, str]] | None] | None, user_agent: str | None = 'semantic-kernel-python')
Parameters
| Name | Description |
|---|---|
|
url
Required
|
|
|
http_client
Required
|
|
|
auth_callback
Required
|
|
|
user_agent
|
Default value: semantic-kernel-python
|