Skip to content

Commit b5b1547

Browse files
authored
Add instruction to run cocoinsight for all the examples (#61)
* Update README.md * Update README.md * add to all other examples * Update README.md
1 parent ecad4bf commit b5b1547

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

examples/code_embedding/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ Run:
2828
```bash
2929
python code_embedding.py
3030
```
31+
32+
## CocoInsight
33+
CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute video tutorial about CocoInsight: [Watch on YouTube](https://youtu.be/ZnmyoHslBSc?si=pPLXWALztkA710r9).
34+
35+
Run CocoInsight to understand your RAG data pipeline:
36+
37+
```
38+
python code_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
39+
```

examples/manual_extraction/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ Run:
2828
```bash
2929
python manual_extraction.py
3030
```
31+
32+
## CocoInsight
33+
CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute video tutorial about CocoInsight: [Watch on YouTube](https://youtu.be/ZnmyoHslBSc?si=pPLXWALztkA710r9).
34+
35+
Run CocoInsight to understand your RAG data pipeline:
36+
37+
```
38+
python manual_extraction.py cocoindex server -c https://cocoindex.io/cocoinsight
39+
```

examples/pdf_embedding/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,20 @@ python pdf_embedding.py cocoindex setup
2020
Update index:
2121

2222
```bash
23-
python text_embedding.py cocoindex update
23+
python pdf_embedding.py cocoindex update
2424
```
2525

2626
Run:
2727

2828
```bash
2929
python pdf_embedding.py
3030
```
31+
32+
## CocoInsight
33+
CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute video tutorial about CocoInsight: [Watch on YouTube](https://youtu.be/ZnmyoHslBSc?si=pPLXWALztkA710r9).
34+
35+
Run CocoInsight to understand your RAG data pipeline:
36+
37+
```
38+
python pdf_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
39+
```

examples/text_embedding/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ Run:
2828
```bash
2929
python text_embedding.py
3030
```
31+
32+
## CocoInsight
33+
CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute video tutorial about CocoInsight: [Watch on YouTube](https://youtu.be/ZnmyoHslBSc?si=pPLXWALztkA710r9).
34+
35+
Run CocoInsight to understand your RAG data pipeline:
36+
37+
```
38+
python text_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
39+
```

0 commit comments

Comments
 (0)