Skip to content

Commit f67dc8d

Browse files
Updated colab links
1 parent 458ce0d commit f67dc8d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ for item in doc.aspects[0].extracted_items:
225225
# or `doc.get_aspect_by_name("Payment Terms").extracted_items`
226226

227227
```
228-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/readme/quickstart_aspect.ipynb)
228+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/readme/quickstart_aspect.ipynb)
229229

230230

231231
### Concept extraction
@@ -287,7 +287,7 @@ print(
287287
# or `doc.get_concept_by_name("Anomalies").extracted_items`
288288

289289
```
290-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/readme/quickstart_concept.ipynb)
290+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/readme/quickstart_concept.ipynb)
291291

292292
---
293293

dev/readme.template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Aspect is a defined area or topic within a document (or another aspect). Each as
6060
```python
6161
{{QUICKSTART_ASPECT}}
6262
```
63-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/readme/quickstart_aspect.ipynb)
63+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/readme/quickstart_aspect.ipynb)
6464

6565

6666
### Concept extraction
@@ -70,7 +70,7 @@ Concept is a unit of information or an entity, derived from an aspect or the bro
7070
```python
7171
{{QUICKSTART_CONCEPT}}
7272
```
73-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/readme/quickstart_concept.ipynb)
73+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/readme/quickstart_concept.ipynb)
7474

7575
---
7676

docs/source/advanced_usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Below are complete, self-contained examples demonstrating advanced usage of Cont
3636

3737
.. raw:: html
3838

39-
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/docs/advanced/advanced_aspects_with_concepts.ipynb">
39+
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/docs/advanced/advanced_aspects_with_concepts.ipynb">
4040
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
4141
</a>
4242

@@ -54,7 +54,7 @@ Below are complete, self-contained examples demonstrating advanced usage of Cont
5454

5555
.. raw:: html
5656

57-
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/docs/advanced/advanced_aspects_and_concepts_document.ipynb">
57+
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/docs/advanced/advanced_aspects_and_concepts_document.ipynb">
5858
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
5959
</a>
6060

@@ -72,6 +72,6 @@ Below are complete, self-contained examples demonstrating advanced usage of Cont
7272

7373
.. raw:: html
7474

75-
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/docs/advanced/advanced_multiple_docs_pipeline.ipynb">
75+
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/docs/advanced/advanced_multiple_docs_pipeline.ipynb">
7676
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
7777
</a>

docs/source/quickstart.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ContextGem follows a simple extraction process:
5151

5252
.. raw:: html
5353

54-
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/docs/quickstart/quickstart_aspect.ipynb">
54+
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/docs/quickstart/quickstart_aspect.ipynb">
5555
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
5656
</a>
5757

@@ -71,7 +71,7 @@ ContextGem follows a simple extraction process:
7171

7272
.. raw:: html
7373

74-
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/docs/quickstart/quickstart_sub_aspect.ipynb">
74+
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/docs/quickstart/quickstart_sub_aspect.ipynb">
7575
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
7676
</a>
7777

@@ -93,7 +93,7 @@ ContextGem follows a simple extraction process:
9393

9494
.. raw:: html
9595

96-
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/docs/quickstart/quickstart_concept_aspect.ipynb">
96+
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/docs/quickstart/quickstart_concept_aspect.ipynb">
9797
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
9898
</a>
9999

@@ -115,7 +115,7 @@ ContextGem follows a simple extraction process:
115115

116116
.. raw:: html
117117

118-
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/docs/quickstart/quickstart_concept_document_text.ipynb">
118+
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/docs/quickstart/quickstart_concept_document_text.ipynb">
119119
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
120120
</a>
121121

@@ -135,6 +135,6 @@ ContextGem follows a simple extraction process:
135135

136136
.. raw:: html
137137

138-
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/dev/dev/notebooks/docs/quickstart/quickstart_concept_document_vision.ipynb">
138+
<a target="_blank" href="https://colab.research.google.com/github/shcherbak-ai/contextgem/blob/main/dev/notebooks/docs/quickstart/quickstart_concept_document_vision.ipynb">
139139
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
140140
</a>

0 commit comments

Comments
 (0)