Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions examples/code_embedding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ Run:
```bash
python code_embedding.py
```

## 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).

Run CocoInsight to understand your RAG data pipeline:

```
python code_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
```
9 changes: 9 additions & 0 deletions examples/manual_extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ Run:
```bash
python manual_extraction.py
```

## 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).

Run CocoInsight to understand your RAG data pipeline:

```
python manual_extraction.py cocoindex server -c https://cocoindex.io/cocoinsight
```
11 changes: 10 additions & 1 deletion examples/pdf_embedding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,20 @@ python pdf_embedding.py cocoindex setup
Update index:

```bash
python text_embedding.py cocoindex update
python pdf_embedding.py cocoindex update
```

Run:

```bash
python pdf_embedding.py
```

## 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).

Run CocoInsight to understand your RAG data pipeline:

```
python pdf_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
```
9 changes: 9 additions & 0 deletions examples/text_embedding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ Run:
```bash
python text_embedding.py
```

## 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).

Run CocoInsight to understand your RAG data pipeline:

```
python text_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
```