Skip to content

Commit 58e7a5b

Browse files
committed
Fixed typo in tutorial shell script
1 parent da44bd5 commit 58e7a5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/tutorials/Tutorial_2-Search_by_Example_and_RAG/Step_1_CreateVectorDatabase.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,4 @@ export TALKPIPE_CHATTERLANG_SCRIPT='
1818
| addVector[path="./vector_index", vector_field="vector", metadata_field_list="title,content", overwrite=True]
1919
'
2020

21-
#chatterlang_script --script "
22-
python -m talkpipe.app.chatterlang_script --script CHATTERLANG_SCRIPT
23-
"
21+
chatterlang_script --script CHATTERLANG_SCRIPT

0 commit comments

Comments
 (0)