File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 code-checks :
13- if : ${{ github.event_name == 'push' || ( github.event.pull_request.head.repo.full_name != 'DS4SD/ docling-langchain' && github.event.pull_request.head.repo.full_name != 'ds4sd /docling-langchain') }}
13+ if : ${{ github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'docling-project /docling-langchain' }}
1414 uses : ./.github/workflows/checks.yml
1515 secrets :
1616 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 77[ ![ Imports: isort] ( https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 )] ( https://pycqa.github.io/isort/ )
88[ ![ Pydantic v2] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json )] ( https://pydantic.dev )
99[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] ( https://github.com/pre-commit/pre-commit )
10- [ ![ License MIT] ( https://img.shields.io/github/license/DS4SD /docling )] ( https://opensource.org/licenses/MIT )
10+ [ ![ License MIT] ( https://img.shields.io/github/license/docling-project /docling-langchain )] ( https://opensource.org/licenses/MIT )
1111
1212A [ Docling] ( https://github.com/docling-project/docling ) integration for
1313[ LangChain] ( https://github.com/langchain-ai/langchain/ ) .
Original file line number Diff line number Diff line change 44 "cell_type" : " markdown" ,
55 "metadata" : {},
66 "source" : [
7- " <a href=\" https://colab.research.google.com/github/DS4SD /docling/blob/main/docs/examples/rag_langchain.ipynb\" target=\" _parent\" ><img src=\" https://colab.research.google.com/assets/colab-badge.svg\" alt=\" Open In Colab\" /></a>"
7+ " <a href=\" https://colab.research.google.com/github/docling-project /docling/blob/main/docs/examples/rag_langchain.ipynb\" target=\" _parent\" ><img src=\" https://colab.research.google.com/assets/colab-badge.svg\" alt=\" Open In Colab\" /></a>"
88 ]
99 },
1010 {
You can’t perform that action at this time.
0 commit comments