|
1 | | -# 🦜️🔗 LangChain {partner} |
| 1 | +# 🦜️🔗 LangChain Unstructured |
2 | 2 |
|
3 | | -This repository contains 1 package with {partner} integrations with LangChain: |
| 3 | +This repository contains 1 package with Unstructured integrations with LangChain: |
4 | 4 |
|
5 | | -- [langchain-{package_lower}](https://pypi.org/project/langchain-{package_lower}/) |
6 | | - |
7 | | -## Initial Repo Checklist (Remove this section after completing) |
8 | | - |
9 | | -This setup assumes that the partner package is already split. For those instructions, |
10 | | -see [these docs](https://python.langchain.com/docs/contributing/integrations#partner-packages). |
11 | | - |
12 | | -Code (auto ecli) |
13 | | - |
14 | | -- [ ] Fill out the readme above (for folks that follow pypi link) |
15 | | -- [ ] Copy package into /libs folder |
16 | | -- [ ] Update these fields in /libs/*/pyproject.toml |
17 | | - |
18 | | - - `tool.poetry.repository` |
19 | | - - `tool.poetry.urls["Source Code"]` |
20 | | - |
21 | | -Workflow code (auto ecli) |
22 | | - |
23 | | -- [ ] Populate .github/workflows/_release.yml with `on.workflow_dispatch.inputs.working-directory.default` |
24 | | -- [ ] Configure `LIB_DIRS` in .github/scripts/check_diff.py |
25 | | - |
26 | | -Workflow code (manual) |
27 | | - |
28 | | -- [ ] Add secrets as env vars in .github/workflows/_release.yml |
29 | | - |
30 | | -In github (manual) |
31 | | - |
32 | | -- [ ] Add integration testing secrets in Github (ask Erick for help) |
33 | | -- [ ] Add partner collaborators in Github (ask Erick for help) |
34 | | -- [ ] "Allow auto-merge" in General Settings |
35 | | -- [ ] Only "Allow squash merging" in General Settings |
36 | | -- [ ] Set up ruleset matching CI build (ask Erick for help) |
37 | | - - name: ci build |
38 | | - - enforcement: active |
39 | | - - bypass: write |
40 | | - - target: default branch |
41 | | - - rules: restrict deletions, require status checks ("CI Success"), block force pushes |
42 | | -- [ ] Set up ruleset |
43 | | - - name: require prs |
44 | | - - enforcement: active |
45 | | - - bypass: none |
46 | | - - target: default branch |
47 | | - - rules: restrict deletions, require a pull request before merging (0 approvals, no boxes), block force pushes |
48 | | - |
49 | | -Pypi (manual) |
50 | | - |
51 | | -- [ ] Add new repo to test-pypi and pypi trusted publishing (ask Erick for help) |
52 | | - |
53 | | -Slack |
54 | | - |
55 | | -- [ ] Set up release alerting in Slack (ask Erick for help) |
56 | | - |
57 | | -release: |
58 | | -/github subscribe langchain-ai/langchain-{partner_lower} releases workflows:{name:"release"} |
59 | | -/github unsubscribe langchain-ai/langchain-{partner_lower} issues pulls commits deployments |
| 5 | +- [langchain-unstructured](https://pypi.org/project/langchain-unstructured/) |
0 commit comments