diff --git a/examples/code_embedding/README.md b/examples/code_embedding/README.md index c30474ec..f995a769 100644 --- a/examples/code_embedding/README.md +++ b/examples/code_embedding/README.md @@ -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). \ No newline at end of file diff --git a/examples/manual_extraction/README.md b/examples/manual_extraction/README.md index 81e61a49..99c70df4 100644 --- a/examples/manual_extraction/README.md +++ b/examples/manual_extraction/README.md @@ -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). \ No newline at end of file diff --git a/examples/pdf_embedding/README.md b/examples/pdf_embedding/README.md index 4ced9a5e..627338be 100644 --- a/examples/pdf_embedding/README.md +++ b/examples/pdf_embedding/README.md @@ -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). \ No newline at end of file diff --git a/examples/text_embedding/README.md b/examples/text_embedding/README.md index 77b0786e..77e8a93b 100644 --- a/examples/text_embedding/README.md +++ b/examples/text_embedding/README.md @@ -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). \ No newline at end of file