You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/code_embedding/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,12 @@ Run:
28
28
```bash
29
29
python code_embedding.py
30
30
```
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
Copy file name to clipboardExpand all lines: examples/manual_extraction/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,12 @@ Run:
28
28
```bash
29
29
python manual_extraction.py
30
30
```
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
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
Copy file name to clipboardExpand all lines: examples/text_embedding/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,12 @@ Run:
28
28
```bash
29
29
python text_embedding.py
30
30
```
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
0 commit comments