Skip to main content

LangChain integrations for Stack Overflow for Teams

Project description

Stack Overflow for Teams for LangChain

This library provides a basic LangChain document loader for Stack Overflow for Teams.

Document Loader Usage

Free, Basic, and Business

loader = StackOverflowTeamsApiV3Loader(
    access_token=os.environ.get("SO_API_TOKEN"),
    team="my team",
    content_type="articles",
    date_from="2025-05-1T00:00:00.000",
)
docs = loader.load()

Enterprise

loader = StackOverflowTeamsApiV3Loader(
    endpoint="mysite.mydomain.com/api",
    access_token=os.environ.get("SO_API_TOKEN"),
    content_type="articles",
    date_from="2025-05-1T00:00:00.000",
)
docs = loader.load()

Enterprise with Private Team

loader = StackOverflowTeamsApiV3Loader(
    endpoint="mysite.mydomain.com/api",
    access_token=os.environ.get("SO_API_TOKEN"),
    team="my team",
    content_type="articles",
    date_from="2025-05-1T00:00:00.000",
)
docs = loader.load()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

langchain_stack_overflow_for_teams-0.1.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file langchain_stack_overflow_for_teams-0.1.0.tar.gz.

File metadata

File hashes

Hashes for langchain_stack_overflow_for_teams-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bbe87273a63da0de95acf484eeacbf44eac11833fc61e3ce73e76d41cf1f42b5
MD5 5f6fc25a45ba93d27965c82b8407420a
BLAKE2b-256 f0e91954651bf60cfdcc38f79eede6661a4dd45fbdcdd582f1678d45f6441fd8

See more details on using hashes here.

File details

Details for the file langchain_stack_overflow_for_teams-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_stack_overflow_for_teams-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 edc8f53755b8f204e8b854bee9f9e1e62c378673da482fda196bda205944ad3b
MD5 71905a68e1a02ef1021fc150f540d88e
BLAKE2b-256 ad19f3439524362519098e6835146bdda096b36696fd20b43dc514e95bd1ad29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page