Skip to content

Commit 0520990

Browse files
authored
Add Colab Notebook for Text Embedding Example (#362)
* add example notebook * Update README.md for Text Embedding Example * clear output and use icon url * fix formatting * remove cocoinsight from example
1 parent f24aea7 commit 0520990

File tree

2 files changed

+399
-2
lines changed

2 files changed

+399
-2
lines changed

examples/text_embedding/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Simple example for cocoindex: build embedding index based on local files.
22

3+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1e2KgjVUQp8u-0Va28C3WjfVnSjrjobQA?usp=sharing)
4+
35
## Prerequisite
6+
47
[Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one.
58

69
## Run
@@ -29,7 +32,8 @@ Run:
2932
python main.py
3033
```
3134

32-
## CocoInsight
35+
## CocoInsight
36+
3337
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).
3438

3539
Run CocoInsight to understand your RAG data pipeline:
@@ -38,4 +42,5 @@ Run CocoInsight to understand your RAG data pipeline:
3842
python main.py cocoindex server -c https://cocoindex.io
3943
```
4044

41-
Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).
45+
Then open the CocoInsight UI at [https://cocoindex.io/cocoinsight](https://cocoindex.io/cocoinsight).
46+

0 commit comments

Comments
 (0)