File tree Expand file tree Collapse file tree 8 files changed +16
-17
lines changed
Expand file tree Collapse file tree 8 files changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -6,27 +6,26 @@ Simple example for cocoindex: build embedding index based on local files.
66## Run
77
88Install dependencies:
9-
109``` bash
1110pip install -e .
1211```
1312
1413Setup:
1514
1615``` bash
17- python code_embedding .py cocoindex setup
16+ python main .py cocoindex setup
1817```
1918
2019Update index:
2120
2221``` bash
23- python code_embedding .py cocoindex update
22+ python main .py cocoindex update
2423```
2524
2625Run:
2726
2827``` bash
29- python code_embedding .py
28+ python main .py
3029```
3130
3231## CocoInsight
@@ -35,7 +34,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
3534Run CocoInsight to understand your RAG data pipeline:
3635
3736```
38- python code_embedding .py cocoindex server -c https://cocoindex.io
37+ python main .py cocoindex server -c https://cocoindex.io
3938```
4039
41- Then open the CocoInsight UI at [ https://cocoindex.io/cocoinsight ] ( https://cocoindex.io/cocoinsight ) .
40+ Then open the CocoInsight UI at [ https://cocoindex.io/cocoinsight ] ( https://cocoindex.io/cocoinsight ) .
File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ pip install -e .
2525Setup:
2626
2727``` bash
28- python manuals_llm_extraction .py cocoindex setup
28+ python main .py cocoindex setup
2929```
3030
3131Update index:
3232
3333``` bash
34- python manuals_llm_extraction .py cocoindex update
34+ python main .py cocoindex update
3535```
3636
3737### Query the index
@@ -54,7 +54,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
5454Run CocoInsight to understand your RAG data pipeline:
5555
5656```
57- python manuals_llm_extraction .py cocoindex server -c https://cocoindex.io
57+ python main .py cocoindex server -c https://cocoindex.io
5858```
5959
6060Then open the CocoInsight UI at [ https://cocoindex.io/cocoinsight ] ( https://cocoindex.io/cocoinsight ) .
File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ pip install -e .
1414Setup:
1515
1616``` bash
17- python pdf_embedding .py cocoindex setup
17+ python main .py cocoindex setup
1818```
1919
2020Update index:
2121
2222``` bash
23- python pdf_embedding .py cocoindex update
23+ python main .py cocoindex update
2424```
2525
2626Run:
2727
2828``` bash
29- python pdf_embedding .py
29+ python main .py
3030```
3131
3232## CocoInsight
@@ -35,7 +35,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
3535Run CocoInsight to understand your RAG data pipeline:
3636
3737```
38- python pdf_embedding .py cocoindex server -c https://cocoindex.io
38+ python main .py cocoindex server -c https://cocoindex.io
3939```
4040
4141Then open the CocoInsight UI at [ https://cocoindex.io/cocoinsight ] ( https://cocoindex.io/cocoinsight ) .
File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ pip install -e .
1414Setup:
1515
1616``` bash
17- python text_embedding .py cocoindex setup
17+ python main .py cocoindex setup
1818```
1919
2020Update index:
2121
2222``` bash
23- python text_embedding .py cocoindex update
23+ python main .py cocoindex update
2424```
2525
2626Run:
2727
2828``` bash
29- python text_embedding .py
29+ python main .py
3030```
3131
3232## CocoInsight
@@ -35,7 +35,7 @@ CocoInsight is in Early Access now (Free) 😊 You found us! A quick 3 minute vi
3535Run CocoInsight to understand your RAG data pipeline:
3636
3737```
38- python text_embedding .py cocoindex server -c https://cocoindex.io
38+ python main .py cocoindex server -c https://cocoindex.io
3939```
4040
4141Then open the CocoInsight UI at [ https://cocoindex.io/cocoinsight ] ( https://cocoindex.io/cocoinsight ) .
File renamed without changes.
You can’t perform that action at this time.
0 commit comments