From 80869554da48236a91022e9196250990f1d77614 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:05:50 -0800 Subject: [PATCH 1/4] uses --- .github/workflows/link_check.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index d74d4eb4f..454d2d3ce 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -26,7 +26,8 @@ jobs: notebook-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout code + uses: actions/checkout@v4 - name: Set up Python 3.x + Poetry ${{ env.POETRY_VERSION }} uses: "./.github/actions/poetry_setup" with: @@ -44,4 +45,4 @@ jobs: env: LANGCHAIN_API_KEY: test shell: bash - run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" . + run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" . From d5a22135ab74133b5487f98b910e6facbc4f88cc Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:09:45 -0800 Subject: [PATCH 2/4] link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ca5ac8b..76faeaad9 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ When output quality is a major concern, it's common to incorporate some combinat ### Web Research -- [STORM](./examples/storm/storm.ipynb): writing system that generates Wikipedia-style articles on any topic, applying outline generation (planning) + multi-perspective question-answering for added breadth and reliability. Based on [STORM](https://arxiv.org/abs/2402.14207) by [Shao](https://twitter.com/EchoShao8899), et. al. +- [STORM](./examples/storm/storm.ipynb): writing system that generates Wikipedia-style articles on any topic, applying outline generation (planning) + multi-perspective question-answering for added breadth and reliability. Based on [STORM](https://arxiv.org/abs/2402.14207) by Shao, et. al. ### Chatbot Evaluation via Simulation From 3603f3e98cc8c5ee7af11be7ea4359031bb53543 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:11:24 -0800 Subject: [PATCH 3/4] pip --- .github/workflows/link_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index 454d2d3ce..e3856ed43 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -40,7 +40,7 @@ jobs: run: | python -m pip install --upgrade pip poetry install --with test - poetry pip install -U pytest pytest-check-links langsmith langchain GitPython + poetry run pip install -U pytest pytest-check-links langsmith langchain GitPython - name: Check links in notebooks env: LANGCHAIN_API_KEY: test From f546886447d13feafa6df26bc9aa0511219bdf72 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Fri, 1 Mar 2024 01:14:56 -0800 Subject: [PATCH 4/4] x --- .github/workflows/link_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index e3856ed43..490232487 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -45,4 +45,4 @@ jobs: env: LANGCHAIN_API_KEY: test shell: bash - run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" . + run: poetry run pytest -o python_files=non_python_only --check-links --ignore="*.py" -k .ipynb --check-links-ignore "https://(api|web)\.smith\.langchain\.com/.*" --check-links-ignore "https://x.com/.*" .