You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: examples/text_embedding/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
Simple example for cocoindex: build embedding index based on local files.
2
2
3
+
[](https://colab.research.google.com/drive/1e2KgjVUQp8u-0Va28C3WjfVnSjrjobQA?usp=sharing)
4
+
3
5
## Prerequisite
6
+
4
7
[Install Postgres](https://cocoindex.io/docs/getting_started/installation#-install-postgres) if you don't have one.
5
8
6
9
## Run
@@ -29,7 +32,8 @@ Run:
29
32
python main.py
30
33
```
31
34
32
-
## CocoInsight
35
+
## CocoInsight
36
+
33
37
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).
34
38
35
39
Run CocoInsight to understand your RAG data pipeline:
@@ -38,4 +42,5 @@ Run CocoInsight to understand your RAG data pipeline:
38
42
python main.py cocoindex server -c https://cocoindex.io
39
43
```
40
44
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).
0 commit comments