Skip to content

Commit dfea7e6

Browse files
authored
Make cocoinsight URLs clear in README.md files. (#116)
1 parent 1749004 commit dfea7e6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

examples/code_embedding/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
3535
Run CocoInsight to understand your RAG data pipeline:
3636

3737
```
38-
python code_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
38+
python code_embedding.py cocoindex server -c https://cocoindex.io
3939
```
40+
41+
Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).

examples/manual_extraction/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ Run CocoInsight to understand your RAG data pipeline:
5656
```
5757
python manual_extraction.py cocoindex server -c https://cocoindex.io
5858
```
59+
60+
Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).

examples/pdf_embedding/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
3535
Run CocoInsight to understand your RAG data pipeline:
3636

3737
```
38-
python pdf_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
38+
python pdf_embedding.py cocoindex server -c https://cocoindex.io
3939
```
40+
41+
Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).

examples/text_embedding/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
3535
Run CocoInsight to understand your RAG data pipeline:
3636

3737
```
38-
python text_embedding.py cocoindex server -c https://cocoindex.io/cocoinsight
38+
python text_embedding.py cocoindex server -c https://cocoindex.io
3939
```
40+
41+
Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).

0 commit comments

Comments
 (0)