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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file langchain_stack_overflow_for_teams-0.1.1.tar.gz.
File metadata
- Download URL: langchain_stack_overflow_for_teams-0.1.1.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b9bae32d3a6a27be6f5561ab0422794b49ac5c99aeca3ea1afba0491d78fbbc
|
|
| MD5 |
c841d61c381d3dc1ac09cbbc3a2a0abc
|
|
| BLAKE2b-256 |
20b1c4c792eb54c71d4406d8c55f453f434719dddfc7d5ea1f929a3381b18ac0
|
File details
Details for the file langchain_stack_overflow_for_teams-0.1.1-py3-none-any.whl.
File metadata
- Download URL: langchain_stack_overflow_for_teams-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0abcd4a6ab2ebef711ca50600fd0f1b3269f03b3d4560d1bd375133e8d4e7e84
|
|
| MD5 |
85317ea6273aa7c9807ac1273b9b6b2c
|
|
| BLAKE2b-256 |
6f154f47b1ab07596c87fecc62e898a8075151c546741524dddcea075bf0ca67
|