Browse Source

update run.sh

SherryLiu 5 months ago
parent
commit
4a8d5f7642
1 changed files with 1 additions and 0 deletions
  1. 1 0
      RAG/run.sh

+ 1 - 0
RAG/run.sh

@@ -18,6 +18,7 @@ ollama create taide-local-3 -f Modelfile
 ## If embeddings has not been created 
 ## If embeddings has not been created 
 # python embeddings.py
 # python embeddings.py
 ## If embedding was created
 ## If embedding was created
+python chromadb_generate.py
 python main.py
 python main.py