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
4 changes: 3 additions & 1 deletion examples/code_embedding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
Run CocoInsight to understand your RAG data pipeline:

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

Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).
2 changes: 2 additions & 0 deletions examples/manual_extraction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ Run CocoInsight to understand your RAG data pipeline:
```
python manual_extraction.py cocoindex server -c https://cocoindex.io
```

Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).
4 changes: 3 additions & 1 deletion examples/pdf_embedding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
Run CocoInsight to understand your RAG data pipeline:

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

Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).
4 changes: 3 additions & 1 deletion examples/text_embedding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
Run CocoInsight to understand your RAG data pipeline:

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

Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).