Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open In ColabOpen on GitHub

Blackboard

Blackboard Learn (previously the Blackboard Learning Management System) is a web-based virtual learning environment and learning management system developed by Blackboard Inc. The software features course management, customizable open architecture, and scalable design that allows integration with student information systems and authentication protocols. It may be installed on local servers, hosted byBlackboard ASP Solutions, or provided as Software as a Service hosted on Amazon Web Services. Its main purposes are stated to include the addition of online elements to courses traditionally delivered face-to-face and development of completely online courses with few or no face-to-face meetings

This covers how to load data from aBlackboard Learn instance.

This loader is not compatible with allBlackboard courses. It is onlycompatible with courses that use the newBlackboard interface.To use this loader, you must have the BbRouter cookie. You can get thiscookie by logging into the course and then copying the value of theBbRouter cookie from the browser's developer tools.

from langchain_community.document_loadersimport BlackboardLoader

loader= BlackboardLoader(
blackboard_course_url="https://blackboard.example.com/webapps/blackboard/execute/announcement?method=search&context=course_entry&course_id=_123456_1",
bbrouter="expires:12345...",
load_all_recursively=True,
)
documents= loader.load()
API Reference:BlackboardLoader

Related


[8]ページ先頭

©2009-2025 Movatter.jp